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

Missing dependencies/module init errors results in no error presented to users #247

Open
9 of 21 tasks
itsdouges opened this issue Nov 19, 2024 · 0 comments
Open
9 of 21 tasks
Labels
Bug Something isn't working

Comments

@itsdouges
Copy link
Collaborator

itsdouges commented Nov 19, 2024

For some errors Triplex fails to load and even worse the user isn't presented with an error.

Missing Three.js dependency:

image

Using React 19:

image
  • Render time error
    • Notifies
    • Recoverable
    • Error splash
  • Missing dependency
    • Notifies
    • Recoverable
    • Error splash
  • Interaction time error
    • Notifies
    • Recoverable
  • GLSL compilation error
    • Notifies
    • Recoverable
    • Error splash
  • Module error (unrecoverable)
    • Notifies
    • Error splash
  • Unexpected error (unrecoverable)
    • Notifies
    • Error splash
@itsdouges itsdouges added the Bug Something isn't working label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant