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
It's probably viable now to rename useDeepMatches to useMatches, and remove the current useMatches. This will clean up the API and enable users to not need to do their own array flattening.
Remove current useMatches and rename useDeepMatches
export useDeepMatches with a deprecation flag to useMatches
export useMatches ✔️
The text was updated successfully, but these errors were encountered:
Related #120.
It's probably viable now to rename
useDeepMatches
touseMatches
, and remove the currentuseMatches
. This will clean up the API and enable users to not need to do their own array flattening.useMatches
and renameuseDeepMatches
useDeepMatches
with a deprecation flag touseMatches
useMatches
✔️The text was updated successfully, but these errors were encountered: