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
Describe the bug
With newly added @solana/wallet-adapter-fractal i am facing the error that seems to be similar to faced and fixed before with other wallet adapters:
File was processed with these loaders:
* ./node_modules/react-scripts/node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| FractalWalletClass = (await import('@fractalwagmi/solana-wallet-adapter')).FractalWalletAdapterImpl;
| } catch (error) {
> throw new WalletLoadError(error?.message, error);
| }
To Reproduce
Steps to reproduce the behavior:
Try to use @solana/wallet-adapter-fractal lib to get it into your project
The text was updated successfully, but these errors were encountered:
Describe the bug
With newly added
@solana/wallet-adapter-fractal
i am facing the error that seems to be similar to faced and fixed before with other wallet adapters:To Reproduce
Steps to reproduce the behavior:
@solana/wallet-adapter-fractal
lib to get it into your projectThe text was updated successfully, but these errors were encountered: