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
First time a page loads there is no dispatch. For example my SPA has a certain component to display if they are on /login, the app determines that by a dispatch on secretary navigate. When you navigate directly to /login secretary fails to trigger the dispatch.
The text was updated successfully, but these errors were encountered:
On second thought this maybe related to Reagent/React.JS in general and orders of events. But I fixed it by using the JS HistoryAPI directly and triggering the first route (after page load) by subscribing to
First time a page loads there is no dispatch. For example my SPA has a certain component to display if they are on /login, the app determines that by a dispatch on secretary navigate. When you navigate directly to /login secretary fails to trigger the dispatch.
The text was updated successfully, but these errors were encountered: