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
I am seeing the warning Warning: why-did-you-render couldn't handle circular references in props. RangeError Maximum call stack size exceeded frequently occurring in my application, due to a circular reference in a prop, and a component which updates frequently (due to server updates). This is adding a lot of noise to the logs, and unfortunately the circular reference in question cannot be removed.
Could we add a configuration option disableWarnings or something please?
The text was updated successfully, but these errors were encountered:
I am seeing the warning
Warning: why-did-you-render couldn't handle circular references in props. RangeError Maximum call stack size exceeded
frequently occurring in my application, due to a circular reference in a prop, and a component which updates frequently (due to server updates). This is adding a lot of noise to the logs, and unfortunately the circular reference in question cannot be removed.Could we add a configuration option
disableWarnings
or something please?The text was updated successfully, but these errors were encountered: