-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
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).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request