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

If an error is thrown inside a Remix project, we should show the canvas runtime error screen #6186

Closed
balazsbajorics opened this issue Aug 6, 2024 · 0 comments · Fixed by #6230
Assignees
Labels
Perceived Bug Something that feels broken or like a problem

Comments

@balazsbajorics
Copy link
Contributor

today, if there is a runtime error in a component inside a Remix project, we let Remix's error handling step in and show the user-written remix error boundary. this makes it very hard for the user to debug and fix their runtime error.

fix: we should disable / defeat Remix's builtin error boundaries when we render a remix project on the canvas. if utopia must be used for designing the error screens, maybe we can make this a behavior that can be configured by the user.

@balazsbajorics balazsbajorics added the Perceived Bug Something that feels broken or like a problem label Aug 6, 2024
@seanparsons seanparsons self-assigned this Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Perceived Bug Something that feels broken or like a problem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants