Hi! A bit of backstory: I always use Carbon Fields plugin in wodpress development. This allows me to register almost any custom fields and Gutenberg blocks i want. So I decided to use it as usual and register Gutenberg blocks, but instead of creating HTML in php block render_callback i just pass an application/json with encoded block fields. It looks like this:
And then just catch it in Frontity Processor > parce Json > pass fields as props in styled React comp
It works just fine but with one problem:
It does not breake application but this warning is quiet anoying