You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React won't latch onto the document as it can't find the root we're giving createRoot. Here's my implementation built off the Webpack + Typescript template.
React won't latch onto the document as it can't find the root we're giving
createRoot
. Here's my implementation built off the Webpack + Typescript template.index.html
src/App.tsx
preload.ts
tsconfig.json
Problems
npm start
, I am presented with these errorsNote that the first three console.logs coincide with the logs from
src/App.tsx
.React version: 18.3.1
Node version: 20.10.0
Yarn version: 1.22.22
The text was updated successfully, but these errors were encountered: