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
The inherited interfaces of a maplike interface must not also have a maplike declaration.
but that's precisely what StylePropertyMap is doing: inheriting from another interface with a maplike declaration.
The reason for this restriction is that a maplike declaration induces the existence of a [[BackingMap]] internal slot on instances. When there are multiple maplike declarations it's undefined whether there are multiple internal slots or whether they interact with the same internal slot or something else.