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
Hi! I'm receiving compile errors when im importing Reparentable. This is on a fresh new Create React App with Typescript.
`TypeScript error in /Users/node_modules/react-reparenting/dist/types/core/addChild.d.ts(1,13):
'=' expected. TS1005
1 | import type { Fiber } from 'react-reconciler';
| ^
2 | /**
3 | * Add a child fiber in a parent fiber and return the index in which it is added.
4 | * The position can be chosen by providing a key (string) or by providing an index (number).`
Deleted the tsconfig file and everything started to work.
The text was updated successfully, but these errors were encountered:
Hi! I'm receiving compile errors when im importing
Reparentable
. This is on a fresh new Create React App with Typescript.`TypeScript error in /Users/node_modules/react-reparenting/dist/types/core/addChild.d.ts(1,13):
'=' expected. TS1005
Deleted the tsconfig file and everything started to work.
The text was updated successfully, but these errors were encountered: