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
When I useCookie multiple times with the same key in my project and call setCookie on one instance, the other instance doesn't re-render which is an unexpected behaviour.
You could implement a observer-pattern between all cookie instances to sync state with the same key.
The text was updated successfully, but these errors were encountered:
When I
useCookie
multiple times with the same key in my project and callsetCookie
on one instance, the other instance doesn't re-render which is an unexpected behaviour.You could implement a observer-pattern between all cookie instances to sync state with the same key.
The text was updated successfully, but these errors were encountered: