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
We have a widget system where the history needs to be shared between all of them. Currently the new Routers (Browser, Hash and Memory) do not have any option to pass an already existent history, which will be used instead of always creating a new one.
Suggestion
Is there a good reason why not extend these Routers with an additional history prop, which will be used in the following lines:
Issue
We have a widget system where the
history
needs to be shared between all of them. Currently the new Routers (Browser, Hash and Memory) do not have any option to pass an already existent history, which will be used instead of always creating a new one.Suggestion
Is there a good reason why not extend these Routers with an additional
history
prop, which will be used in the following lines:like this:
history || createXXXHistory()
Thank you.
The text was updated successfully, but these errors were encountered: