-
Notifications
You must be signed in to change notification settings - Fork 63
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
Upgrading from 0.3.1 to 0.4.0 breaks Renderer #105
Comments
Where exactly does this error occur? I had troubles too because I was overriding
|
Seems to be the case. I had the same issue ( |
I have same issue too. Below is more details:
|
Hello, I recently tried to upgrade jsonapi-rails from 0.3.1 to 0.4.0 and I get the following error anywhere I call
JSONAPI::Serializable::Renderer.new
with the exact same params as before:no implicit conversion of nil into Hash
Note: I am also using this in conjunction with https://github.com/jsonapi-suite/jsonapi_compliable
The text was updated successfully, but these errors were encountered: