You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a remote client updates items in an object array the local client state is not updating "reactively" to the changes. It takes another trigger on the UI to see the updated state.
This appears to be due to patch updates to the array not being made in an immutable manner which zustand expects.
To Reproduce
Steps to reproduce the behavior:
Create a state with a object array
On a remote client update a property on an object in the array
On the local client the change is received and state is updated no UI changes occur.
Expected behavior
The UI should update when remote updates to state are processed.
Versions (please complete the following information):
Browser: chrome
Version: 1.3.1
The text was updated successfully, but these errors were encountered:
Describe the bug
When a remote client updates items in an object array the local client state is not updating "reactively" to the changes. It takes another trigger on the UI to see the updated state.
This appears to be due to patch updates to the array not being made in an immutable manner which zustand expects.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The UI should update when remote updates to state are processed.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: