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
Using localstorage 2.0.0, I've found that calling save on a model using localstorage doesn't always work as intended. The new attributes (if given) are applied correctly, but when fetching the model back from storage the attributes are completely empty. This problem doesn't occur with version 1.1.16 and I've had it on Safari and Chrome under macOS and Chromium under Linux.
The text was updated successfully, but these errors were encountered:
Using localstorage 2.0.0, I've found that calling
save
on a model using localstorage doesn't always work as intended. The new attributes (if given) are applied correctly, but when fetching the model back from storage the attributes are completely empty. This problem doesn't occur with version 1.1.16 and I've had it on Safari and Chrome under macOS and Chromium under Linux.The text was updated successfully, but these errors were encountered: