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
In a node-context execution, an import { stuff } from cozy-keys-lib will cause a ReferenceError: window is not defined.
A workaround is to import through the transpiled: import stuff from 'cozy-keys-lib/transpiled/stuff
The text was updated successfully, but these errors were encountered:
In a node-context execution, an
import { stuff } from cozy-keys-lib
will cause aReferenceError: window is not defined
.A workaround is to import through the transpiled:
import stuff from 'cozy-keys-lib/transpiled/stuff
The text was updated successfully, but these errors were encountered: