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
while un-mounting the component ScrollPicker. the function scrollToIndex is called when this.sview is not set. causing an error.
ScrollPicker
scrollToIndex
this.sview
The text was updated successfully, but these errors were encountered:
Seeing this too. In the meantime I've patched it with patch-package and added optional chaining in the two places that ref is accessed.
this.sview?.scrollTo()
Sorry, something went wrong.
No branches or pull requests
while un-mounting the component
ScrollPicker
. the functionscrollToIndex
is called whenthis.sview
is not set.causing an error.
The text was updated successfully, but these errors were encountered: