Is there an Example for ErrorBoundaries with Child...
# react
i
Is there an Example for ErrorBoundaries with ChildrenBuilder? Or in general: (Non-External) Class components, preferably with a State type?
t
From previous discussion: You can use hook like this - https://github.com/JoschuaSchneider/use-error-boundary
i
Thanks - You're referring to this previous discussion: https://kotlinlang.slack.com/archives/C5ZTZ6ER0/p1645043235564149 I'm in the process - as soon as I can confirm it works I will post some code.