-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
[Bug]: Issue with Sandpacks #6662
Comments
@danilowoz reverted the fix as it seemed to have broken all the sandpack instances in the site. This issue seems to have replicated the same that I reported here #6659 (comment). (sorry for the revert) cc: @rickhanlonii |
That was unexpected! For now, I'd try to fix the previous bug applying the following change I was able to reproduce it on Sandpack, but no idea what's causing that |
Thank you @danilowoz Just to note that the sandpack for https://react.dev/learn/describing-the-ui#writing-markup-with-jsx Shows the error the first time but not after scroll. Every other sandpack works correctly. |
@harish-sethuraman, there is still an issue on react.dev/learn/describing-the-ui#writing-markup-with-jsx. Can you confirm if this was introduced now? Thanks @bondz, for reporting that |
I think it was introduced with this change. With |
In main I can see that the sandpack that @bondz has shared isnt working as expected. Shows blank screen occasionally. checked with older commits and seems like the preview takes time to load even after entering viewport and flickers. It didnt show loader rather when a preview (error) was already there it force replaced the preview again only after entering the viewport. Have attached the video from older commit without your changes (dan's commit) (url: https://react-1ctcjdyrh-fbopensource.vercel.app/) Screen.Recording.2024-02-28.at.11.22.02.AM.mov |
Unfortunately, I old PR broke a couple of things in Sandpack. These changes introduced some edge cases and I hope this was the last one 🤞 |
Summary
Sandpack preview no longer reloads after scroll.
Pick any page with a sandpack.... On scroll to the sandpack, the preview loads correctly, scroll away from the sandpack and then back, the sandpack's preview doesn't show up anymore.
Page
https://react.dev/learn/describing-the-ui
All pages with sandpacks are also affected
Details
Screen.Recording.2024-02-26.at.10.31.42.AM.mov
Shown above. The preview loads correctly the first time but if the user navigates away from the sandpack and then later back to it, it fails to load.
Tried to fix it locally and the last working version of sandpack is
2.6.1
. Tested in Safari and EdgeI think this is related to #6659 cc @danilowoz @rickhanlonii
The text was updated successfully, but these errors were encountered: