-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
TypeErrors using simple query #15
Comments
Does this problem persist if you restart/reload the entire vault? |
Yes, I've force-reload the vault several times |
hi @jplattel I'm facing the same error, doing some troubleshooting I could realize two things
I figure out that I had a note with A possible would fix would be (but I have no idea if it makes sense hahaha) if (metadata?.tags && tags !== null) {
tags = tags.concat(metadata.tags.map(tag => tag.tag))
} In my case changing the front matter, worked 💯 |
Hey @fernandes... Woah, thanks for the deepdive! I'm able to replicate this now indeed! I'll have a look at the fix you suggested for the next release! |
awesome! glad I could help! thanks for the amazing work! 🙇 |
Hi, I'm getting a TypeError on every edit of a file, and the index won't build. It's a small test vault, and I don't have any plugins installed.
The error:
The text was updated successfully, but these errors were encountered: