Automattic / blocks-everywhere

Gutenberg block editor in WordPress comments, admin pages, bbPress, and BuddyPress.
GNU General Public License v3.0
77 stars 17 forks source link

Doesn't work with the standalone Gutenberg Plugin activated. #171

Closed SGr33n closed 1 year ago

SGr33n commented 1 year ago

I'm just testing Blocks Everywhere and I see that doesn't if the Gutenberg standalone plugin is activated. The error is:

Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot
i @react-dom.js?ver=18:1

I also tested the 1.18, where there is also a deprecation warning, but it's pretty simple to solve.

johngodley commented 1 year ago

The plugin requires the standalone Gutenberg plugin, but it won't work yet with Gutenberg 15.5.0+. The above message is just a warning. Specifically what isn't working for you?

SGr33n commented 1 year ago

Ok so it won't work with 15.5.0+, I'm using 15.5.1. The editor fails to initialize... it's remaining grey.

Thanks!

johngodley commented 1 year ago

Version 1.18.0 is now compatible with Gutenberg 15.5.0+