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

Module not found #249

Closed
defininja opened this issue Jun 26, 2023 · 2 comments
Closed

Module not found #249

defininja opened this issue Jun 26, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@defininja
Copy link

defininja commented Jun 26, 2023

Installed connectkit with yarn in react+typescript but unable to use it within the app.js file

Tried to use connectkit + wagmi for creating a web3 wallet connect for a application but the module is not getting recognised on running the application.

Using connectkit version 1.4.0
wagmi version 1.3.0
viem version 1.1.7

A CodeSandbox (preferably)
Screenshot 2023-06-26 at 6 45 16 PM
or specify which version of ConnectKit you're using along with reproduction steps.

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

{
"name": "aqua-farm",
"version": "0.1.0",
"private": true,
"dependencies": {
"@binance-chain/bsc-connector": "^1.0.0",
"@ethersproject/units": "^5.4.0",
"@fortawesome/fontawesome-svg-core": "6.x",
"@fortawesome/free-solid-svg-icons": "6.x",
"@fortawesome/react-fontawesome": "^0.2.0",
"@intract/attribution": "^1.2.4",
"@metamask/detect-provider": "^1.2.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.16.0",
"@types/react-rangeslider": "^2.2.3",
"@types/react-redux": "^7.1.16",
"@types/react-router": "^5.1.13",
"@types/react-router-dom": "^5.1.7",
"@types/react-tooltip": "^4.2.4",
"@types/styled-components": "^5.1.9",
"@walletconnect/web3-provider": "1.3.4",
"@web3modal/ethereum": "^2.6.0",
"@web3modal/react": "^2.6.0",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"connectkit": "^1.4.0",
"eth-permit": "^0.1.9",
"moment": "^2.29.1",
"react": "^18.2.0",
"react-countup": "^6.1.1",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-rangeslider": "^2.2.0",
"react-redux": "^7.2.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-tooltip": "^4.2.21",
"recharts": "^2.1.9",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.4.1",
"styled-components": "^5.2.3",
"typescript": "4.2.3",
"viem": "^1.1.8",
"wagmi": "^1.3.1",
"web-vitals": "^1.0.1",
"web3": "1.2.11",
"web3modal": "^1.9.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"react-error-overlay": "6.0.9"
},
"resolutions": {
"//": "See facebook/create-react-app#11773",
"react-error-overlay": "6.0.9"
}
}

If applicable, let us know which OS, browser, browser version etc you're using.

Additional context

Add any other context about the problem here.

@defininja defininja added the bug Something isn't working label Jun 26, 2023
@lochie
Copy link
Member

lochie commented Jun 28, 2023

@defininja could you create a codesandbox that replicates this issue? I couldn't reproduce this.

@lochie
Copy link
Member

lochie commented Jul 17, 2023

Closing for now while awaiting a minimal reproducible example. Feel free to reopen at that time.

@lochie lochie closed this as completed Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants