issues
search
RevoTale
/
next-scroll-restorer
Scroll restoration for NextJs apps built with `app` directory. Fixed bugs that NextJs team do not fix.
MIT License
32
stars
1
forks
source link
Completely redesign component
#30
Closed
l-you
closed
9 months ago
l-you
commented
9 months ago
The following things done in this PR.
Added many tests with complex cases and stress situations. In my opinion, 100% of cases in real-world browser are coveraged by tests.
Rewritten component from scratch to match all existing tests.
Fixed broken behaviour of previous version.
The following things done in this PR.