Skip to content
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

Iterate more correctly over localStorage keys #981

Closed

Commits on Dec 20, 2022

  1. Iterate more correctly over localStorage keys

    Check for "inverseRels" keys when iterating over localStorage. This means we
    won't accidentally end up with inverse relationship data as part of the records
    we return from a call to findRecords() without a type. This was causing
    normalization errors when trying to restore all records from a localStorage
    backup.
    ApexDevelopment committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d8233ca View commit details
    Browse the repository at this point in the history