Carlos Bravo
Carlos Bravo
> For users who have set up classic menus this will be better than just showing them a list of pages. I completely agree with this too 😄
I will take a look at: - https://github.com/WordPress/gutenberg/pull/41981 - https://github.com/WordPress/gutenberg/pull/41140 - https://github.com/WordPress/gutenberg/pull/41240 Backported in https://github.com/WordPress/wordpress-develop/pull/3215
> I believe the above two tickets/PRs will need to land prior to the `layout.php` changes being backported. @andrewserong , those PR seems to be already merged. I guess we...
Hi @yiheyang! Which npm node version are you using? I ran the same steps and for me was working fine. Maybe with that info I can try switching to your...
I've added the suggestions in Typescripting utils PR. Ready to be reviewed again. https://github.com/WordPress/gutenberg/pull/60149/
I've created a PR to add a couple of warnings if Server Directives processing fails. - https://github.com/WordPress/wordpress-develop/pull/6413
Created a PR to handle multiple `document` and `window` events in the same element. - https://github.com/WordPress/gutenberg/pull/61009
Created a PR to avoid a wrong directive from killing the runtime. - https://github.com/WordPress/gutenberg/pull/61249
Added another PR, avoiding an emtpy or a wrong namespace from killing the runtime too. - https://github.com/WordPress/gutenberg/pull/61409
Added a follow-up issue to improve the readability of the directive processing function inside `vdom.ts` as @sirreal requested in https://github.com/WordPress/gutenberg/pull/61249#discussion_r1592540765 - https://github.com/WordPress/gutenberg/issues/61455