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
If you notice, the url are completely butchered. It seems like it combines both url (original and updated) into one encoded url. Somehow it happen to some of the url only especially the long one. Can you check please?
The text was updated successfully, but these errors were encountered:
If you want to save without text diff. You need to path textDiff option to jsondiffpatch const diffPatcher = require('jsondiffpatch').create({ objectHash, textDiff:{minLength:1000} });
I have this document where i saved the URL and sources in array of object. Here is an example of how my json look like:
This is what happened in diff when I try to edit and save the url from
https://websitebuilders.com/how-to/web-at-a-glance/url-examples/ to https://websitebuilders.com/how-to/web-at-a-glance/url-examples/#Example_1httpswebsitebuilderscom:
If you notice, the url are completely butchered. It seems like it combines both url (original and updated) into one encoded url. Somehow it happen to some of the url only especially the long one. Can you check please?
The text was updated successfully, but these errors were encountered: