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
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
When I try to add pages or posts, after everything has been installed, I can add them but the blocks in gutenberg will give an error of react dom, validateThemeColors is not a function inside blocks.js.
Describe the bug
validateThemeColors is not a function react-dom.js called from blocks.js
To Reproduce
Steps to reproduce the behavior:
Open a wordpress site root directory
Clone the repo backend folder in wp-content/
Composer install
Move theme to themes folder
Back to package.json folder, npm install --legacy-peer-deps && npm run dev
Configure Algolia, Keys, Settings and open wp-admin/ create a page or post
Expected behavior
The usual,
Additional Info
I still have to test if installing the plugins in a wordpress clean installation won't remove the issue, because I think it's related to adding next js starter to an existent wordpress site.
Desktop (please complete the following information):
OS: Windows
Browser Chrome
Version 101.0.4951.67 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
Can confirm, Wordpress > 6.0 does not contain wp.blockEditor.validateThemeColors nor wp.blockEditor.validateThemeGradients, works fine in 5.9.3 though. Also works by removing the imports and making defaultColors and defaultGradients variables empty arrays.
I just created a duplicate issue and then happened to see this right after. If this has been a critical issue since June 1st, I think it's safe to say this project has been abandoned?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to add pages or posts, after everything has been installed, I can add them but the blocks in gutenberg will give an error of react dom, validateThemeColors is not a function inside blocks.js.
Describe the bug
validateThemeColors is not a function react-dom.js called from blocks.js
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The usual,
Additional Info
I still have to test if installing the plugins in a wordpress clean installation won't remove the issue, because I think it's related to adding next js starter to an existent wordpress site.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: