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 how useRouteQuery works.
Description
useStorageshould 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 howuseRouteQueryworks.