Warning: Text content did not match. Server:

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:

image

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:
image

It does not breake application but this warning is quiet anoying

Hi @borysenko.alexander

Check out this thread which addresses a similar issue. I hope it helps you find a solution.

1 Like