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
Im instantiating Lucid to generate wallets and sign transactions in my CRA and so far it works really well on chrome and firefox. However, its causing my Safari browser to fail to load the entire webpage.
A valid Cardano address to be logged in the console
Error Details
SyntaxError: Invalid regular expression: invalid group specifier name
Cardano Network
Mainnet
Additional context
Safari: Version 15.5 (17613.2.7.1.8), NPM version: 9.6.7, Node version: 18.17.1 and the lucid version in my package.json file:"@lucid-evolution/lucid": "^0.4.21"
Im also using CRACO to handle all the required WebAssembly modules as detailed in issue #487
Describe the bug
Im instantiating Lucid to generate wallets and sign transactions in my CRA and so far it works really well on chrome and firefox. However, its causing my Safari browser to fail to load the entire webpage.
Reproduction
Expected Behavior
A valid Cardano address to be logged in the console
Error Details
Cardano Network
Mainnet
Additional context
Safari:
Version 15.5 (17613.2.7.1.8)
, NPM version:9.6.7
, Node version:18.17.1
and the lucid version in my package.json file:"@lucid-evolution/lucid": "^0.4.21"
Im also using CRACO to handle all the required WebAssembly modules as detailed in issue #487
Validations
The text was updated successfully, but these errors were encountered: