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
- Using bootstrap classes and css styles together in next.js
- Error Next.JS Prisma client not picking up new models
- How to read system images in an electron-react app
- How to view NFT metadata on hedera block chain
- Error: Invalid `prisma.model.findMany()` invocation. Query engine library for current platform "debian-openssl-1.1.x" could not be found.
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-16Categories
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.