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
Is there a way to prevent query parameters being written into the URL?
I am porting my React Native project to the web and I have a few screens that add a function as a parameter in componentDidMount. This allows a button in the header to trigger this function. When using createBrowserApp this function is written as a query parameter into the URL. Is there a way around this?
Is there a way to prevent query parameters being written into the URL?
I am porting my React Native project to the web and I have a few screens that add a function as a parameter in
componentDidMount. This allows a button in the header to trigger this function. When usingcreateBrowserAppthis function is written as a query parameter into the URL. Is there a way around this?