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
When using the replacePrefix function from dexie to modify tree structure paths, the transformation works correctly in offline mode but fails after syncing with the server. Instead of executing the string replacement, the server returns a serialized version of the operation, breaking the application's tree structure.
When using the
replacePrefix
function fromdexie
to modify tree structure paths, the transformation works correctly in offline mode but fails after syncing with the server. Instead of executing the string replacement, the server returns a serialized version of the operation, breaking the application's tree structure.This breaks the application as it expects parentPath to be a string, not an object.
The text was updated successfully, but these errors were encountered: