-
Notifications
You must be signed in to change notification settings - Fork 86
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
[REGRESSION]: 4.8.0-4.20.7 args is not iterable error on initiation #520
Comments
Looks like the issue stems from the former feathers-commons, now known as @feathersjs/commons.
|
Updated the report with a simplified demo... This one depends just on memory, hooks-common and feathers, yet has the same issue. |
I can't begin to reproduce this outside of code sandbox :/ It works fine on glitch. May be a babel issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Run this Ultra Simplified code:
https://codesandbox.io/s/fhc-bug-shared-7otk3
Another more complete demo with the issue on 4.8+:
https://codesandbox.io/s/feathers-hooks-common-test-9e0st
Expected behavior
Should add todo's just fine on 4.8.0+, not just 4.7.0
Change that caused the regression
v4.7.0...v4.8.0
Actual behavior
TypeError: args is not iterable
as long as 4.8.0+ is listed as a dependency.System configuration
Module versions:
4.8.0 - 4.20.7
4.7.0 works fine
NodeJS version: 12
Operating System: linux
Browser Version: Chrome 75
Module Loader: webpack
Getting
feathers-hooks-common
to run on codesandbox makes debugging real apps MUCH easier.The text was updated successfully, but these errors were encountered: