-
Notifications
You must be signed in to change notification settings - Fork 347
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
Issue after update to 0.16 #374
Comments
Probably similar issue to #371 |
I also ran into an error similar to this. I have a transformer that returns an object instead of an array. |
Got this error too. Is there an easy fix for this? You can get the error by running the Same test runs fine on the master branch which uses fractal 0.15 |
Hi! Sorry for the delay, I'm aware of the issue and should be releasing a bugfix for it very shortly. |
Thanks, I have the same issue. We have an include that returns |
I am also having the same Error on updating my Laravel Project with composer update command: Type error: Argument 1 passed to League\Fractal\Scope::filterFieldsets() must be of the type array, integer given, called in /var/www/html/vendor/league/fractal/src/Scope.php on line 385 |
@greydnls sir, When we will be getting a bugfix for this. |
I've resolved this with the new 0.17 version using primitives. My include is now returning |
Just ran into this error with an include which returns a collection |
if this is still an issue, please feel free to reopen, but as we are on 0.20, we are past the version this issue is for. |
Getting an error after upgrading from 0.15 to 0.16:
Type error: Argument 1 passed to League\Fractal\Scope::filterFieldsets() must be of the type array, integer given, called in /vendor/league/fractal/src/Scope.php on line 385
The text was updated successfully, but these errors were encountered: