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
TypeError: Cannotreadpropertiesofundefined(reading'replace')atYl(https://with-lab.ddev.site/wp-includes/js/dist/editor.min.js?ver=425fffc30511d9d52e5f:31:33)athttps://with-lab.ddev.site/wp-includes/js/dist/editor.min.js?ver=425fffc30511d9d52e5f:31:3135atArray.forEach(<anonymous>)
at https://with-lab.ddev.site/wp-includes/js/dist/editor.min.js?ver=425fffc30511d9d52e5f:31:3087
at Array.forEach (<anonymous>)
at https://with-lab.ddev.site/wp-includes/js/dist/editor.min.js?ver=425fffc30511d9d52e5f:31:3064
at Array.reduce (<anonymous>)
at rhe (https://with-lab.ddev.site/wp-includes/js/dist/editor.min.js?ver=425fffc30511d9d52e5f:31:2953)
at https://with-lab.ddev.site/wp-includes/js/dist/editor.min.js?ver=425fffc30511d9d52e5f:31:9755
at Array.forEach (<anonymous>)
Screen.Recording.2026-07-20.at.18.20.10.mov
Environment info
WP 7.0.2
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
Please confirm which theme type you used for testing.
Description
When a typeset has a
fontFacedefined but it is missing the following info, the editor crashes when selecting this typeset.Step-by-step reproduction instructions
{ "$schema": "https://schemas.wp.org/wp/7.0/theme.json", "version": 3, "title": "Poppins", "slug": "poppins", "settings": { "typography": { "fontFamilies": [ { "fontFace": [ { "fontFamily": "Poppins", "fontStyle": "normal", "fontWeight": "100", "src": [ "file:./assets/fonts/poppins/poppins-100-normal.woff2" ] } ], "fontFamily": "poppins, sans-serif", "name": "Poppins", "slug": "poppins" } ] } } }fontFamily,name, andslugScreenshots, screen recording, code snippet
Screen.Recording.2026-07-20.at.18.20.10.mov
Environment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Please confirm which theme type you used for testing.