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
constthing1: OnlyThingOne=bothThings;// ~~~~~~ Types of property 'hairColor' are incompatible.constthing2: OnlyThingTwo=bothThings;// ~~~~~~ Types of property 'shirtColor' are incompatible.constallThings: ExclusiveThing={// ~~~~~~~~~ Types of property 'hairColor' are incompatible.shirtColor: 'red',hairColor: 'blue',};