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
{{ message }}
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.
Normalizr allows you to pass a function to idAttribute instead of a string but as denormalizr seems to assume that the returned value from schema.getIdAttribute is a string it won't work.
Normalizr allows you to pass a function to
idAttribute
instead of a string but as denormalizr seems to assume that the returned value fromschema.getIdAttribute
is a string it won't work.denormalizr/src/index.js
Line 23 in 3213960
I guess I could work around this issue by plucking the id attributes from my objects before denormalizing but that doesn't feel optimal...
The text was updated successfully, but these errors were encountered: