-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in v3.12.0 - Cannot resolve a Slate point from DOM point: [object Text],0 #4576
Comments
Hello @SiddharthSham 👋 |
Hello @bobinska-dev , I did test this last weekend with |
@SiddharthSham Are you getting this error with a custom input? or just the native portable text block. im having the same issue. in my case, we have a custom input |
@umxr I get the error regardless of whether a custom input is being used or not. However, I did first notice it when using a custom input (for field-level localisation). Are you able to get rid of this error by removing the custom error, by any chance? |
@bobinska-dev @umxr I can confirm I have the same issue while using |
@d4v1d82 I recently checked with v3.14.1 and still had the issue |
Sorry @umxr wrong copy/paste, I've updated the comment with the right version that is |
This error, when seen in the Internationalized Array plugin, is fixed in version 1.10.0 |
I see the error is resolved when all the |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Describe the bug
On
v3.12.0
, focusing the cursor in any Portable Text Editor field throws the following error:This used to work perfectly in
v3.11.5
, so it must be a regression inv3.12.0
To Reproduce
Expected behavior
Content can be input
What operating system are you using?
MacOS Ventura 13.4 (22F66)
Which versions of Node.js / npm are you running?
v18.14.2
Additional context
The problem seems to originate from Slate, so it might be a quickfix to rollback to a working version.
The text was updated successfully, but these errors were encountered: