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
I recently encountered an issue where a change in the code, specifically modifying the check from if key == "type" to if key == "__type__", caused my locally saved data to break. This is not the first time a version update has led to similar issues...
Please consider implementing changes that maintain backward compatibility or provide a smoother transition for users with existing local data to prevent disruptions.
Thank you for your attention 👍
The text was updated successfully, but these errors were encountered:
I recently encountered an issue where a change in the code, specifically modifying the check from
if key == "type"
toif key == "__type__"
, caused my locally saved data to break. This is not the first time a version update has led to similar issues...Please consider implementing changes that maintain backward compatibility or provide a smoother transition for users with existing local data to prevent disruptions.
Thank you for your attention 👍
The text was updated successfully, but these errors were encountered: