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
Non-enumerable or symbolic properties are often used by framework internals to associate some state with an immutable element. For example React associaties state to element instances this way. Not recursively freezing those will prevent accidental DEV breakages.
🐛 Bug Report
Non-enumerable or symbolic properties are often used by framework internals to associate some state with an immutable element. For example React associaties state to element instances this way. Not recursively freezing those will prevent accidental DEV breakages.
Link to repro
https://codesandbox.io/s/vigilant-morse-o2y5m?file=/src/index.js
The text was updated successfully, but these errors were encountered: