Closed
Description
We have a problem with a component where it can't rerender at on error from backend.
We would like to catch these errors and serve them with frontend.
The new version of the library partially has this feature, but we would like to get its revised version.
Currently, when an error occurs, we encounter a situation where the script can't process an HTML entity because it contains a comment.
Please take this situation into account when handling errors and return some event from live-component.js that we could catch and serve with our own script.