Is there an interface to display an error in the panel? #91
Replies: 1 comment 2 replies
-
Currently the error interface is mostly meant for the developer to make it easier to code. I'll open an enhancement issue for this (issue 92), but it will probably take a long time before I start on implementing this (maybe someone else opens a PR for it :D). One of the reasons why it would be hard to add a custom user error interface (calling it that :D) is the interface might block parts of the panel where the data is (the current error interface does that, but users aren't actually supposed to see it, just developers). Just adding a way I usually display "errors". Just some screenshots of the current error interface meant for the developers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I can
throw new Error()
but it will display something like "error in onRender". Would be great if there is a real interface to show errors to the user.Beta Was this translation helpful? Give feedback.
All reactions