Skip to content

2.0.0-rc.5 optimistic store resets when new data arrive #3123

Description

@GabbeV

Describe the bug

Optimistic store that get new data while it already has an override resets it optimistic override revealing that data immediately.

Your Example Website or App

https://stackblitz.com/edit/solidjs-templates-5ffe6n2m?file=src%2FApp.tsx

Steps to Reproduce the Bug or Issue

  1. Open repro
  2. Click button
  3. Observe how it goes [1] [1,2] [1] [1,2] instead of just [1] [1,2].

Expected behavior

The override should remain until the transition settles.

Screenshots or Videos

No response

Platform

  • OS: Windows
  • Browser: Firefox

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions