-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
[Sui Code Bug] Wallet adapter & ui cannot be imported properly following the docs. #4482
Comments
Go to package.json, add "@testing-library/dom": "^7.21.4" and "@babel/core": "^7.0.0". use pnpm install |
Thanks for the reply. I am not playing with the sui repo actually. I am using the npm package as external users. Maybe it should be the publish problem of the offical sui npm packages. |
Your instruction works for developing the official repo, thanks! |
@bruceeewong Can you try installing the versions with the |
@bruceeewong Just following up before I close this, does using the |
Steps to Reproduce Issue
I am trying to integrate SUI wallet adapter into my demo vite Reac-ts project (created straightly from vite CLI).
Following the instruction of the Main Branch wallet adater docs and installed all the three deps:
npm deps show like these:
I followed what the docs saied to import the packages, several errors poped up:
Expected Result
Expect all the imports work and be available to use in my react project.
Actual Result
Got serveral import issues from packages:
System Information
The text was updated successfully, but these errors were encountered: