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
number | string
Hi there. Thanks for this library.
It looks like the signature for scrollToId should either accept NodeId as a parameter or both string || number as NodeId may be a string or a number:
NodeId
string || number
https://github.com/diogofcunha/react-virtualized-tree/blob/master/index.d.ts#L6
It currently only accepts number.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi there. Thanks for this library.
It looks like the signature for scrollToId should either accept
NodeId
as a parameter or bothstring || number
as NodeId may be a string or a number:https://github.com/diogofcunha/react-virtualized-tree/blob/master/index.d.ts#L6
It currently only accepts number.
The text was updated successfully, but these errors were encountered: