-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Error with "postLockUtils undefined" #14141
Comments
I noticed that if I, just for testing, take out the I'm saying this because I saw this: |
Is this happening on master? Can you test in this branch #14082 it can have an impact there? |
Thanks for your comment here, I'll test in a few moments. I saw earlier that this call might not be the last "invocation" of that object, since it also goes through an action... Because of that, It might be due to a missing dependency. I'll check this branch and let you know. |
@youknowriad indeed, with that branch the problem doesn't happen, do you know what might be causing this? |
I have an idea yes, recently we changed the editor settings location and they might be initialized a little bit too late in master causing this issue. In this PR, the settings are restored to their previous location. |
Am I suppose to consider this ticket solved by that PR? |
yes, when it's merged :) |
Describe the bug
After updating to the latest version of gutenberg I started to have a problem with a "white screen" at th block editor when the second user opens a document that is being edited. The error is
postLockUtils is undefined
. This is the error being thrown with thenpm run dev
mode:To Reproduce
Steps to reproduce the behavior:
postLockUtils is undefined
)Expected behavior
The system should show the expected modal asking the user between take over the Post edition or go back to post list.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
...
Additional context
The text was updated successfully, but these errors were encountered: