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
Description
Using a tag as inline, block or mark results in double characters inputting when writting at the end of that node similar to a fixed #4445 issue. I have tested and the problem does not appear on "slate": "0.57.1", "slate-react": "0.57.1" so it must be with some new additions to the code.
I checked each version of slate-react. The last working version with the a tag is 0.65.3. When I change to 0.66.0 the bug appears. Weird cuz #4445 was supposed to fix that problem
I managed to create links that work and bypass this problem by looking at the inline example. This behaviour is still weird for me but it's not that crucial to fix I guess.
Description
Using
a
tag as inline, block or mark results in double characters inputting when writting at the end of that node similar to a fixed #4445 issue. I have tested and the problem does not appear on"slate": "0.57.1", "slate-react": "0.57.1"
so it must be with some new additions to the code.Recording
Nagranie.z.ekranu.2022-03-24.o.01.00.30.mov
Sandbox
Link to my sandbox
Steps
To reproduce the behaviour:
Expectation
There should be no double characters appearing when using
a
tagEnvironment
"slate": "0.73.1", "slate-react": "0.74.1"
If anybody knows any workaround for now then I would be glad. I will also try figuring out which version implemented this.
The text was updated successfully, but these errors were encountered: