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

will the next next version coming with any mechanism of error processing #1266

Open
vincentmrlau opened this issue Jan 31, 2018 · 7 comments

Comments

@vincentmrlau
Copy link

https://reactjs.org/docs/error-boundaries.html
like this, same as ReactV16

@Havunen
Copy link
Member

Havunen commented Jan 31, 2018

Its not implemented atm. We could do it for v5

@Havunen
Copy link
Member

Havunen commented Sep 2, 2018

At first I thought this would be just optional try catch wrapper, but its not so simple, because Inferno uses native DOM events, and those will not be caught by simple try catch above diff routine. :/

I think this will not land in next release, maybe v7

@dominikstoetter
Copy link

dominikstoetter commented Oct 23, 2019

is there any update on this feature request? or atleast a preferred way to handle uncaught errors in components?

@Havunen
Copy link
Member

Havunen commented Oct 24, 2019

I think it depends a lot what you want to do ? Where does the error occur?

@abhi18av
Copy link

Hi @Havunen , I was wondering now that v7 is there, has the sitution regarding error handling/boundaries changed in InfernoJS?

@Havunen
Copy link
Member

Havunen commented Mar 16, 2020

Hi @abhi18av , Error processing has not been implemented.

@abhi18av
Copy link

abhi18av commented Mar 16, 2020 via email

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

No branches or pull requests

4 participants