Describe the bug
When a update to a store is held back by a async update it does not become pending.
While investigating #2743 I found that non optimistic store doesn't report pending at all. Not on the modified property or other properties.
Your Example Website or App
https://stackblitz.com/edit/solidjs-templates-swjfpyum?file=src%2FApp.tsx
Steps to Reproduce the Bug or Issue
- Open repro
- Click button
- Observe no pending indicator appear
Expected behavior
The entire store should report pending during the update or at least the changed property depending on if the other bug is a bug or expected behavior.
Screenshots or Videos
No response
Platform
- OS: Windows 11
- Browser: Firefox
Additional context
No response
Describe the bug
When a update to a store is held back by a async update it does not become pending.
While investigating #2743 I found that non optimistic store doesn't report pending at all. Not on the modified property or other properties.
Your Example Website or App
https://stackblitz.com/edit/solidjs-templates-swjfpyum?file=src%2FApp.tsx
Steps to Reproduce the Bug or Issue
Expected behavior
The entire store should report pending during the update or at least the changed property depending on if the other bug is a bug or expected behavior.
Screenshots or Videos
No response
Platform
Additional context
No response