Skip to content

🐛 State is not consistent on navigation #171

@ciaranschutte

Description

@ciaranschutte

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions