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
We are encountering a TypeScript error when trying to compile the project using yarn dev-hello-ts. The error message is as follows:
../../node_modules/@types/react/index.d.ts:41:53 - error TS2307: Cannot find module 'scheduler/tracing' or its corresponding type declarations.
41 import { Interaction as SchedulerInteraction } from "scheduler/tracing";
Steps to Reproduce:
Clone the repository and navigate to the project directory.
Run yarn install.
cd packages
Run yarn dev-hello-ts
The text was updated successfully, but these errors were encountered:
We are encountering a TypeScript error when trying to compile the project using yarn dev-hello-ts. The error message is as follows:
Steps to Reproduce:
yarn dev-hello-ts
The text was updated successfully, but these errors were encountered: