Describe the bug
This is an example demonstrating why the fix for #3123 (comment) is insufficient. Not entangling when until is set makes the granularity of the store decide what tears or not leading to weird issues where object might break type contracts without type errors.
Your Example Website or App
https://stackblitz.com/edit/solidjs-templates-dkufnzkf?file=src%2FApp.tsx
Steps to Reproduce the Bug or Issue
- Open repro
- Click button
- Observe that the seemingly correct code errors part way through the update.
Expected behavior
The authentication entangle with the action making avoiding the tearing causing the error.
Screenshots or Videos
No response
Platform
- OS: Windows
- Browser: Firefox
Additional context
No response
Describe the bug
This is an example demonstrating why the fix for #3123 (comment) is insufficient. Not entangling when until is set makes the granularity of the store decide what tears or not leading to weird issues where object might break type contracts without type errors.
Your Example Website or App
https://stackblitz.com/edit/solidjs-templates-dkufnzkf?file=src%2FApp.tsx
Steps to Reproduce the Bug or Issue
Expected behavior
The authentication entangle with the action making avoiding the tearing causing the error.
Screenshots or Videos
No response
Platform
Additional context
No response