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
But this raises another issue, the fact that type is stored as simple-json and that it actually has to match exactly, including the order of the things in the array.
Maybe we should at least enforce some canonical ordering, probably just ASCII sort?
TODO
think about it
The text was updated successfully, but these errors were encountered:
Description
We are hitting some sort of bug that maybe due to some update to
react-native-sqlite-storage
. I reported it here: andpor/react-native-sqlite-storage#402 (comment)But this raises another issue, the fact that
type
is stored as simple-json and that it actually has to match exactly, including the order of the things in the array.Maybe we should at least enforce some canonical ordering, probably just ASCII sort?
TODO
The text was updated successfully, but these errors were encountered: