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
Properties like .termType should be read only. We should also add a definition for read only. Defining a property with Object.definePropertywritable: false would be an option, but we should not force people to use properties that way.
The text was updated successfully, but these errors were encountered:
Properties like .termType should be read only. We should also add a definition for read only. Defining a property with
Object.defineProperty
writable: false
would be an option, but we should not force people to use properties that way.The text was updated successfully, but these errors were encountered: