This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
TypeError: Cannot read properties of undefined (reading 'length') using ardb 1.1.9 #12
Comments
the problem seems to be in my code, hahaha sorry! |
the problem is not on my side, I doble checked! |
Hey @luckyr13 a new version has been released containing this fix. |
thank you guys, you rock!! |
Hello @fuadop ! it seems that the node repository is not up to date with the latest version (1.1.10): https://www.npmjs.com/package/ardb Thanks in advance for your time :) |
Hey @luckyr13 👋, Thanks for noticing this 🚀. Can you try now, it has been updated already 🙂. Sorry for the inconvenience. Best regards |
it's perfect now, thanks for the fast reply, amazing!!! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello folks! Today I updated my libraries and ardb and I'm getting the next error using the latest ardb version (1.1.9):
TypeError: Cannot read properties of undefined (reading 'length')
This happens only when trying to search using the
tags
method. My query is this:It used to work before the update. Maybe the problem can be inside the tags function on this line: https://github.com/textury/ardb/blob/main/src/ardb.ts#L157
I notice that if you compare against the
tag
function, the following part is missing:What do you think? Thanks in advance!
The text was updated successfully, but these errors were encountered: