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
useStorage should allow a dev to call it using the same key more than once and get the same reactive value. Currently each time you call the composition you get a separate value that is not reactive if another instance updates the value. This could be done using a composition factory similar to how useRouteQuery works.
The text was updated successfully, but these errors were encountered:
Description
useStorage
should allow a dev to call it using the same key more than once and get the same reactive value. Currently each time you call the composition you get a separate value that is not reactive if another instance updates the value. This could be done using a composition factory similar to howuseRouteQuery
works.The text was updated successfully, but these errors were encountered: