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
After upgrading to a certain version, every time I render a template with query.table, I encounter an error like this:
line 31 29| console.log(expireAt); 30| }`` >> 31| ``query.table(expireAt, ['page', 'expire-at'])`` Cannot read properties of undefined (reading 'slot')
Even when I copy your example documentation, I experience the same issue.
The text was updated successfully, but these errors were encountered:
I've tried reinstalling the plugin and reinstalling Logseq, but it didn't help.
Sorry, something went wrong.
fe9a2d9
chore(release): 4.3.4 [skip ci]
8b55be8
## [4.3.4](v4.3.3...v4.3.4) (2024-10-10) ### Bug Fixes * **context:** add child uuids to context of block ([9568758](9568758)) * **tags:** query.table doesn't work ([fe9a2d9](fe9a2d9)), closes [#57](#57)
🎉 This issue has been resolved in version 4.3.4 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Hello, @Lluvia95! Thank you for pointing out to this issue. This is bug and it has been fixed now.
Thanks a lot!
No branches or pull requests
After upgrading to a certain version, every time I render a template with query.table, I encounter an error like this:
Even when I copy your example documentation, I experience the same issue.
The text was updated successfully, but these errors were encountered: