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
[Compiler Bug]: new mutation aliasing model incorrectly detects a frozen value mutation when mutating a set created via passing the set constructor a frozen value #33614
In an event handler, create a Set by passing the Set constructor a frozen value like a piece of state or a prop (i.e. const derivedSet = new Set(frozen))