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
fix(datastore.ts): ensure entities with id based keys are correcly loaded from cache
All entities which have id based keys now return those ids and their paths as numbers. If you rely
on the id being a string you will need to update your code.
BREAKING CHANGE: Entity keys return ids as Number
fix#243
0 commit comments