You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we can check on the json-api, they recommend to use camelCase as default property naming, which makes sense as for a JavaScript Object Notation, {kebab-case: 'invalid'} is not valid object declaration in JS.
With oficial recommendation in mind, the serializer should use "camelCase" as default value for keyForAttribute option.
The text was updated successfully, but these errors were encountered:
As we can check on the json-api, they recommend to use camelCase as default property naming, which makes sense as for a JavaScript Object Notation,
{kebab-case: 'invalid'}
is not valid object declaration in JS.With oficial recommendation in mind, the serializer should use "camelCase" as default value for keyForAttribute option.
The text was updated successfully, but these errors were encountered: