-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React 18 error #19
Comments
I made a PR for this #20 |
merge will be highly appreciated! |
@CHEWCHEWW Yeah merge would be really helpfull ! |
Hey @CHEWCHEWW is this project still alive? |
Hi, Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: I am getting error. Can you help me? urgent 🚨 |
How can I use this version? Urgent helpp please @timrijkse |
Hello,
I test with react 18 but i have this problem (typesript + react 18)
const EditableBoard: React.FC
import EditableBoard
Impossible d'assigner le type '{ children: Element[]; unit: string; width: number; height: number; backgroundColor: string; }' au type 'IntrinsicAttributes & EditableBoard'.
La propriété 'children' n'existe pas sur le type 'IntrinsicAttributes & EditableBoard'.ts(2322)
thanks
The text was updated successfully, but these errors were encountered: