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
- Open repro
- Click button
- 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
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
Expected behavior
The override should remain until the transition settles.
Screenshots or Videos
No response
Platform
Additional context
No response