-
-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Labels
Description
Following the testing instructions about passing down memoryLocation(...).hook to Router I couldn't find a way to pass down state to the current location. The only args memoryLocation receives are:
path?: Path;
static?: boolean;
record: boolean;
It would be a very useful feature to let an additional prop be passed: state.
Reactions are currently unavailable