Skip to content
New issue

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, encountering 'Cannot read properties of undefined (reading 'slot')' error when rendering templates with query.table #57

Closed
Lluvia95 opened this issue Oct 10, 2024 · 4 comments
Labels

Comments

@Lluvia95
Copy link

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.

@Lluvia95
Copy link
Author

I've tried reinstalling the plugin and reinstalling Logseq, but it didn't help.

github-actions bot pushed a commit that referenced this issue Oct 10, 2024
## [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)
Copy link

🎉 This issue has been resolved in version 4.3.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@stdword
Copy link
Owner

stdword commented Oct 10, 2024

Hello, @Lluvia95! Thank you for pointing out to this issue. This is bug and it has been fixed now.

@Lluvia95
Copy link
Author

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants