We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be changed from NodeProps to TreeProps
The text was updated successfully, but these errors were encountered:
yup you are right
declare function Node<T extends NodeProps>(props: T): JSX.Element; - declare function Tree<T extends NodeProps>(props: T): JSX.Element; + declare function Tree<T extends TreeProps>(props: T): JSX.Element;
in the distributed index.d.ts, right? tbh, now is a good time as any to update that file. I should've written it in typescript in the first place 😅
index.d.ts
Sorry, something went wrong.
Really wish this actually worked. Still isn't fixed.
No branches or pull requests
It should be changed from NodeProps to TreeProps
The text was updated successfully, but these errors were encountered: