Skip to content
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

Closed
bondz opened this issue Feb 26, 2024 · 7 comments · Fixed by #6664 or #6668
Closed

[Bug]: Issue with Sandpacks #6662

bondz opened this issue Feb 26, 2024 · 7 comments · Fixed by #6664 or #6668

Comments

@bondz
Copy link
Contributor

bondz commented Feb 26, 2024

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 Edge

I think this is related to #6659 cc @danilowoz @rickhanlonii

@harish-sethuraman
Copy link
Collaborator

@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

@danilowoz
Copy link
Contributor

That was unexpected! For now, I'd try to fix the previous bug applying the following change
https://github.com/reactjs/react.dev/pull/6663/files#diff-8dd8662806ac667355c6bff8e8274df548eea48029d2c960160b7adb424501a4

I was able to reproduce it on Sandpack, but no idea what's causing that

@bondz
Copy link
Contributor Author

bondz commented Feb 27, 2024

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.

@danilowoz
Copy link
Contributor

@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?

Screenshot 2024-02-27 at 21 30 05

Thanks @bondz, for reporting that

@bondz
Copy link
Contributor Author

bondz commented Feb 27, 2024

I think it was introduced with this change. With 2.6.0 locally, it continues to show the Error message after the user scrolls away and back.

@harish-sethuraman
Copy link
Collaborator

In main I can see that the sandpack that @bondz has shared isnt working as expected. Shows blank screen occasionally.
have to confirm if this is affecting other sandpacks as well. From what I have seen it doesnt affect any other.

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

@danilowoz
Copy link
Contributor

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 🤞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment