I do have a problem with custom blocks, they don’t show in the editor.Steps
1. Run for example the default command for reacting a block”create-block@latest foxy-custom-blocks –variant dynamic”
2. Don’t edit anything else, leave it with the default rendered code
3. The block is build
4. Check Gutenberg editor and see it the block is presented – it is not
5. Switch theme to one of the default WordPress ones – the block is still not visible in the editor
6. Check console – no errors and warnings
7. Check with print\_r or echo, if the plugin is actually working and it does the register of the block – it does, it shows the whole object of the block.
Even tried with a new WordPress installation, no custom code, no custom theme, no custom code in the default block – still not seeing the block in the editor, with no errors in the console, and me being confused, starring at the screen
[ad_2]