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
Is your feature request related to a problem? Please describe.
My cookie is changed by a request done in some API call. I need to react to that change. The new cookie value is not by useCookie() because it assumes that all changes are done through it.
Describe the solution you'd like
A refresh would probably suffice. Something like this:
Is your feature request related to a problem? Please describe.
My cookie is changed by a request done in some API call. I need to react to that change. The new cookie value is not by
useCookie()
because it assumes that all changes are done through it.Describe the solution you'd like
A
refresh
would probably suffice. Something like this:(not tested)
Usage:
Describe alternatives you've considered
I'm open for suggestions
The text was updated successfully, but these errors were encountered: