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
We have seen an issue after upgrading to Chrome 105 in data-slate-content is adding BOM (Byte order mark), Slate editors are appending these extra characters causing comparisons to fail when we read the text from these fields.
Screenshots
Chrome:
Mozilla
Expectation
It should not have any extra character same as what we have seen in the above screenshot for firefox.
Environment
"slate": "0.44.10",
"slate-react": "0.21.16",
Browser: Chrome, Edge
The text was updated successfully, but these errors were encountered:
I ended up just stripping them for now. Going through every node and removing extra characters from the text. Check the snippet below. while node is a iterator.
Description
We have seen an issue after upgrading to Chrome 105 in data-slate-content is adding BOM (Byte order mark), Slate editors are appending these extra characters causing comparisons to fail when we read the text from these fields.
Screenshots
Chrome:
Mozilla
Expectation
It should not have any extra character same as what we have seen in the above screenshot for firefox.
Environment
The text was updated successfully, but these errors were encountered: