-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
meta not available in 1.13.3 #3401
Comments
I can also confirm that pagination on my app no longer works since upgrading to 1.13.3. |
#3398 solves this for all serializers, not only the JSON-API one. This JSBin works with canary but not with release. |
@wecc working well for me in 1.13.4 ❤️ Thanks! |
🎉 |
The
meta
object that usually gets passed through fromquery
calls is an empty object on 1.13.3. This essentially has broken all the pagination in my app. I see there was a recent fix onmaster
regarding meta: #3398, but I can't tell if it just applies to the new JSONAPI sterilization stuff or not.The text was updated successfully, but these errors were encountered: