-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Describe the bug
When attempting to create a new pattern using the WordPress Pattern Directory editor, an error "Store 'core/interface' is already registered. i@registry.js:220" appears in the browser's developer console. This error prevents blocks added to the editor from rendering and styling correctly, leading to a broken visual experience where blocks do not appear as expected or lose their intended styling.
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://wordpress.org/patterns/new-pattern/'
- Use the editor to add any blocks (e.g., Paragraph, Image, Columns).
- Observe that the added blocks are not working as expected; their styling is incorrect or they fail to render properly.
- Open the browser's developer console (usually by pressing F12 or right-clicking and selecting "Inspect" then navigating to the "Console" tab).
- See the error message: Store "core/interface" is already registered. i@registry.js:220
Expected behavior
When using the WordPress Pattern Directory editor, blocks should render and apply their styling correctly without any console errors. The editing experience should be smooth, allowing users to accurately preview the pattern they are creating.
Screenshots
Windows - Edge Browser: https://share.zight.com/5zuk0xWP
Windows - Chrome: https://share.zight.com/eDupNq95
MacOS - Chrome: https://share.zight.com/7KulYOdz
Desktop (please complete the following information):
- OS: Windows 10/11, macOS (Latest versions)
- Browser: Chrome, Firefox, Edge
- Version: Latest stable versions (e.g., Chrome v138.0.7204.63 , Edge v138 as of July 2025)