Hi!
My stack is WordPress vs Gatsby.
I am running into obstacles with reusable blocks.
Seems that react-gutenberg can't process them at all.
From what I found - blocks are coming as empty component with attribute "ref" which reference to exact reusable component in WordPress. There is absolutely no information on how to display them properly.
BUT
When I directly open WordPress API page filtering exact page and trying to find this component - it is in place and look not like a reference but as a normal HTML in json
Anybody can shine some light on this, please?
Worth mentioning that I process all components as "contentRaw" to be able to use custom react components for displaying certain blocks.
Hi!
My stack is WordPress vs Gatsby.
I am running into obstacles with reusable blocks.
Seems that react-gutenberg can't process them at all.
From what I found - blocks are coming as empty component with attribute "ref" which reference to exact reusable component in WordPress. There is absolutely no information on how to display them properly.
BUT
When I directly open WordPress API page filtering exact page and trying to find this component - it is in place and look not like a reference but as a normal HTML in json
Anybody can shine some light on this, please?
Worth mentioning that I process all components as "contentRaw" to be able to use custom react components for displaying certain blocks.