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
State is not consistent on navigation causing unrelated components to refresh state and re-render.
Likely same as #78
Parts of the application flash between states. Eg. header bar on nav, page loads fully not isolated component SPA
I believe it's a top level provider changing state (possibly the Auth provider hook) and causing a full app re-render on navigation.
Steps To Reproduce
navigate around app, you will see sidebar & header re-render when they should be static
Expected behaviour
Idiomatic SPA routing, only the updated state parts of the application should re-render
The text was updated successfully, but these errors were encountered:
Describe the bug
State is not consistent on navigation causing unrelated components to refresh state and re-render.
Likely same as #78
Parts of the application flash between states. Eg. header bar on nav, page loads fully not isolated component SPA
I believe it's a top level provider changing state (possibly the Auth provider hook) and causing a full app re-render on navigation.
Steps To Reproduce
navigate around app, you will see sidebar & header re-render when they should be static
Expected behaviour
Idiomatic SPA routing, only the updated state parts of the application should re-render
The text was updated successfully, but these errors were encountered: