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
The TS definition file for data.shown() has an incorrect type definition, it should be DataArray and not Data.
data.shown()
DataArray
Data
The same seems to be true of the function call as well.
N/A
The text was updated successfully, but these errors were encountered:
3f9bfa5
Hi @ECrownofFire, thanks for the report. I also fixed other .data() APIs return type.
.data()
Sorry, something went wrong.
🎉 This issue has been resolved in version 1.12.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
No branches or pull requests
Description
The TS definition file for
data.shown()
has an incorrect type definition, it should beDataArray
and notData
.The same seems to be true of the function call as well.
Steps to check or reproduce
N/A
The text was updated successfully, but these errors were encountered: