core: DEFINITION_LOOKUP_TABLE
causes issues when multiple versions of @griffel/core are present
#159
Labels
💅 enhancement
New feature or request
DEFINITION_LOOKUP_TABLE
is a singleton used bymergeClasses()
to merge classes sequences deterministically. The problem comes when there are multiple versions of@griffel/core
that use different by referenceDEFINITION_LOOKUP_TABLE
constants.It's more or less the same problem that React has with
.createContext()
calls (see facebook/react#13346).Repro on Stackblitz: https://stackblitz.com/edit/node-zerdgf?file=index.js
The text was updated successfully, but these errors were encountered: