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
feat: Abstract reading from location.search in adapters interface
This is mainly for the testing adapter to only work on the provided set
of initial search params without needing to stub/mock location.search.
But it also opens the door for adapters to define new storage locations,
like hash/fragment or even localStorage.
0 commit comments