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
Asking a question occasionally causes the client to crash with
Objects are not valid as a React child (found: object with keys {errors, _message, name, message}). If you meant to render a collection of children, use an array instead.
and hog CPU and memory on the tab process, since it spams the browser console with thousands of errors.
The error is likely on this line, where the response is blindly cast to string, even though it is an object.
Resource hogging can be seen here:
where the tab is consuming over 100% CPU
The text was updated successfully, but these errors were encountered:
Asking a question occasionally causes the client to crash with
and hog CPU and memory on the tab process, since it spams the browser console with thousands of errors.
The error is likely on this line, where the response is blindly cast to string, even though it is an object.
Resource hogging can be seen here:

where the tab is consuming over 100% CPU
The text was updated successfully, but these errors were encountered: