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
Current split between Router, MemoryRouter and UniversalRouter is causing issue are features are not supported across the board and we increase even more the chances of misalignment.
We should kill both UniversalRouter and MemoryRouter, exposing just one Router that simply accepts history and allows isGlobal to be set on both router and resources stores (fixing #76).
The text was updated successfully, but these errors were encountered:
Current split between
Router
,MemoryRouter
andUniversalRouter
is causing issue are features are not supported across the board and we increase even more the chances of misalignment.We should kill both
UniversalRouter
andMemoryRouter
, exposing just oneRouter
that simply acceptshistory
and allowsisGlobal
to be set on both router and resources stores (fixing #76).The text was updated successfully, but these errors were encountered: