Error Cannot find module 'react-dom/client' or its corresponding type declarations
I get the error below in my index.tsx file for my react-electron application
Cannot find module 'react-dom/client' or its corresponding type declarations.
Admin
2023-04-16
A simple fix for this is to execute the command below in your terminal to add the react-dom types
yarn add -D @types/react-dom
Similar Content
- How to filter an array of objects in Javascript(react js & next js)
- Error could not find react-redux context value; please ensure the component is wrapped in a <Provider> in React Native
- Error: Invalid src prop (https://lh3.googleusercontent.com) on next/image
- Using bootstrap classes and css styles together in next.js
- Setting up dynamic sitemap for next js using Javascript
Add Message
Click on the button below to add a new message to this thread
Tags
#Javascript
Thread detail
Satus: Open
Messages: 1Started: 2023-04-16loading..
Privacy Policy
By using our website,
you agree that devmaesters can store cookies on your device and disclose information in accordance with our privacy policy.