-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not ending up on the first section after Next.js page transition #327
Comments
Thanks for reporting it! |
Was this ever fixed? I am still having issues. |
Not yet. |
@alvarotrigo Are there plans of fixing this soon? I am about to launch a project and this is a bug that is refraining me from doing so. |
No plan. I might need external help to figure this out, as I'm not heavy on React or Next :) |
Hi, any estimate on when it will be resolved? This issue is currently blocking us from upgrading to v4, which we really would like to do as it's much smoother. |
@skoteskote I've just tested it again and I can not reproduce the issue anymore here: Can you verify you still have the issue? It might have been solved when updating the React wrapper to the latest fullPagejs version? |
I fixed this issue by adding |
Issue still exists. I was trying to do it with Point to be noted that it works fine if ReactFullpage is only the thing being rendered on the screen. |
Description
Hello! I recently upgraded to v4 when I noticed this issue, the bug is not in v3.
I have multiple pages in Next.js with different fullpage sections, when doing a page transition I'm not always ending up on the first section.
Skarminspelning.2022-05-14.kl.00.34.11.mov
Reproduction
https://codesandbox.io/s/react-fullpage-page-transition-bug-5qre5d?file=/components/fullpage.js
(might need to open a new terminal and run
yarn start
and open a new browser in:3001
, seems to be some issue with CodeSandbox)Steps to reproduce it
Versions
Chrome, Mac OS
The text was updated successfully, but these errors were encountered: