-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Recent blocks shows empty at times #1897
Comments
That's super weird, never seen that happen! When you saw it then, were you changing tab back to recent, or just clicking on the inserter? |
Just clicking on the inserter. |
What browser are you using? I can't reproduce this one 😞 I can see in the screenshot that you've got blocks added, so this suggests one of the following:
I don't think this is anything to do with the search state, because the tabs are still rendering, so we're not searching - if we were, there would be no tabs. |
@notnownikki I can reproduce this by opening an existing post in Gutenberg. Even though I have blocks in my content already, since I haven't actually inserted any blocks since I loaded the page, there is no data yet to populate the recent blocks. Is this not the same as #1859? |
Oh! Ok, it's not the same, as it seems I haven't hooked into all the correct actions, and #1859 is about providing the API for the current code to use. Thanks, I'll get on this, it should just be a matter on taking down which actions need to be responded to. |
Should be fixed in #1920 |
Have the same issue after updating to 0.5.0. It happens every time I open an existing post in gutenberg, like weston said. |
@hedgefield thanks for verifying 😄 I have a branch where this is fixed, we're just making sure that everything is in the right place and named correctly, as it introduces some hooks for loading and saving user specific data (such as block usage!) |
Should be fixed by #1920 |
@notnownikki haven't debugged this one, but I've seen the recent blocks inserter ending up empty in different occasions.
The text was updated successfully, but these errors were encountered: