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
We've generally converted most symbols to string literals and instanceof BaseRoot to hasArkKind, but there are still many instanceof checks we rely on, namely ArkErrors and Disjoint, that would break across installations, even of the same version.
We should expand hasArkKind to handle these objects and convert as many remaining instanceOf checks to that as possible.
The text was updated successfully, but these errors were encountered:
We've generally converted most symbols to string literals and
instanceof BaseRoot
tohasArkKind
, but there are still many instanceof checks we rely on, namelyArkErrors
andDisjoint
, that would break across installations, even of the same version.We should expand
hasArkKind
to handle these objects and convert as many remaining instanceOf checks to that as possible.The text was updated successfully, but these errors were encountered: