SessionKit Initialization Error: Seeking Solutions #7
Closed
whattocode
started this conversation in
General
Replies: 1 comment 2 replies
-
This sounds like some sort of issue with the bundler in use, judging by the babel warning. Do you have a complete example somewhere we can use to reproduce the issue, or were you using an app template you can point us to? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, when initializing the SessionKit, I encountered this error. Can you help me out?
Here's the new instance:
const sessionKit = new SessionKit({ appName: "DEMO", chains: [Chains.Jungle4], ui: new WebRenderer(), walletPlugins: [ new WalletPluginAnchor(), ], });
And this is the error I received in the terminal:
`./node_modules/@wharfkit/web-renderer/lib/web-renderer.m.js 1184:32
Module parse failed: Unexpected token (1184:32)
File was processed with these loaders:
You may need an additional loader to handle the result of these loaders.
|
| function ensure_array_like(array_like_or_iterator) {
Beta Was this translation helpful? Give feedback.
All reactions