Hey Alecaddd,
Love the theme! Great work!
I'm having an issue with getting Gutenberg to work correctly when editing a page on the new Wordpress 5.0. The add new block button is disabled for me. Opening the console gives me an error.
Error:
TypeError: Cannot read property 'RichText' of undefined
The line const { RichText, BlockControls, AlignmentToolbar } = wp.editor
Changing wp.editor to wp.blocks removes the error but I still seem to have an issue with getting the add new block button to work properly. I'll keep digging and can hopefully find a solution.
Can you reference the documentation for the API that you used. Since the one I found seems a bit different.
Thanks!
Hey Alecaddd,
Love the theme! Great work!
I'm having an issue with getting Gutenberg to work correctly when editing a page on the new Wordpress 5.0. The add new block button is disabled for me. Opening the console gives me an error.
Error:
TypeError: Cannot read property 'RichText' of undefinedThe line
const { RichText, BlockControls, AlignmentToolbar } = wp.editorChanging wp.editor to wp.blocks removes the error but I still seem to have an issue with getting the add new block button to work properly. I'll keep digging and can hopefully find a solution.
Can you reference the documentation for the API that you used. Since the one I found seems a bit different.
Thanks!