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
Hi, this is a feature request basically, to which Ill be happy to also provide a PR if needed.
I have a need to control the window for my history implementation.
TL;DR - we have a microfrontend architecture working with iframe and reverse proxy.
Each micro fe uses history with react-router-dom
I would like the ability to pass manually the history object so its not defined as now globalHistory = window.history;
But Allow me to pass any window history I would want (in my case, window.top.history).
Is this a capability that you're considering adding?
Would it be an augmentation that you would be open to?
The text was updated successfully, but these errors were encountered:
Hi, this is a feature request basically, to which Ill be happy to also provide a PR if needed.
I have a need to control the window for my history implementation.
TL;DR - we have a microfrontend architecture working with iframe and reverse proxy.
Each micro fe uses history with react-router-dom
I would like the ability to pass manually the history object so its not defined as now
globalHistory = window.history;
But Allow me to pass any window history I would want (in my case, window.top.history).
Is this a capability that you're considering adding?
Would it be an augmentation that you would be open to?
The text was updated successfully, but these errors were encountered: