Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 * "chore(release): 8.0.0" * docs(changelog): add known Date caching issue
- Loading branch information