Web3.js suppported version:
Version | Supported |
---|---|
1.7.x | ✅ |
< 1.7 | ❌ |
If you use version 18 or higher you will get this error "ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17" due to the latest updates.If you need to use React 18 you will need to change a few things in the index.js. React suppported version:
Version | Supported |
---|---|
17.x.x | ✅ |
> 17 | ❌ |
Updates approximately once a week.