-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
dapp-psm/src/installSesLockdown.js
Line 5 in ef56c8f
| const consoleTaming = import.meta.env.DEV ? 'unsafe' : 'safe'; |
What is import.meta.env.DEV ??
There are no standard properties on import.meta, and Hardened JS's support for import.meta is still in flux.
Reactions are currently unavailable