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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: