-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Regress: undefined entry during iterating records #53
Comments
Thanks, I'll try to get to this this week. If you have a self-contained reproduction (ideally without Dexie, but even with Dexie is fine) that would be helpful :) |
I made a test case with Dexie: https://codesandbox.io/s/frosty-platform-nh4ve?file=/src/fidb.test.js |
Thank you @mnasyrov for the bug report and for the minimal reproduction, that was very helpful! I fixed it in v3.1.1. @nolanlawson - just tagging you in case you're curious, since the bug was in your recent PR, but I think I handled it :) |
@dumbmatter Ah, sorry about that! I was mostly relying on the test cases to catch everything; sorry that I introduced the regression! |
The 3.1.0 version introduced a regress bug. The previous 3.0.2 works OK.
I have the following deletion using Dexie.js (3.0.1 version):
It produces the next error:
The text was updated successfully, but these errors were encountered: