Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same issue as #236 now with newly added Fractal #625

Closed
Rkrushanovskij opened this issue Oct 25, 2022 · 2 comments
Closed

Same issue as #236 now with newly added Fractal #625

Rkrushanovskij opened this issue Oct 25, 2022 · 2 comments

Comments

@Rkrushanovskij
Copy link

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:

  1. Try to use @solana/wallet-adapter-fractal lib to get it into your project
@Rkrushanovskij
Copy link
Author

Rkrushanovskij commented Oct 25, 2022

It is similar issue to this issue

@Rkrushanovskij Rkrushanovskij changed the title Same issue as #241 now with newly added Fractal Same issue as #236 now with newly added Fractal Oct 25, 2022
@Rkrushanovskij Rkrushanovskij closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2022
@jordaaash
Copy link
Collaborator

You're using react-scripts, this is a Create React App issue. Please search the issues for that 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants