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

Fix issues with Suspense when using DOM polyfill #441

Open
lemonmade opened this issue Sep 3, 2024 · 1 comment
Open

Fix issues with Suspense when using DOM polyfill #441

lemonmade opened this issue Sep 3, 2024 · 1 comment

Comments

@lemonmade
Copy link
Member

While playing with Suspense here: https://github.com/Shopify/remote-dom/compare/add-react-suspense-example?expand=1, I noticed there were issues in both React and Preact. React would not render the suspense fallback at all in the worker (though it does in the iframe), and Preaect would render the fallback, but send an invalid detach command to the host.

@lemonmade
Copy link
Member Author

Also, suspense did not work at all in remote-ui, which should probably be fixable...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant