-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Record.prototype.filter: confusing behaviour #220
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
Comments
Thanks for highlighting this. The correct fix is probably to make sure filter (and related methods) aren't methods of Record |
Or that it returns a type Map? |
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed. |
This issue is still occurring in v3.8.1 |
Even warnings didnt show in v3.8.1 |
Merging into #505 |
Accidentally stumbled upon this, though I understand that
filter
probably doesn't make sense forRecord
at all.The text was updated successfully, but these errors were encountered: