You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using componentDidCatch I get a big error log in the console:
Warning: chesednow.people.js.AsyncAutocomplete: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.
with a whole stack trace.
It seems to be generated by React dev tools.
But scalajs-react does not provide this lifecycle method.
The text was updated successfully, but these errors were encountered:
When using componentDidCatch I get a big error log in the console:
with a whole stack trace.
It seems to be generated by React dev tools.
But scalajs-react does not provide this lifecycle method.
The text was updated successfully, but these errors were encountered: