open-fpl
open-fpl copied to clipboard
Open FPL logo on side bar got reanimated every time route changed
To Reproduce Steps to reproduce the behavior:
- Go to https://openfpl.com/players
- Click on either Fixtures and Team Planner link on the side bar
Expected behavior Open FPL logo stays still
Tried pulling out the logo component and wrapping it with memo(() => <RoughNotation ... />, () => true) to make sure the logo component does not get re-render but it is still reanimated anyway. Might need to debug at library level so will pull this issue out of 1.1.0 and will come back and have a look again later.