Hi,
thanks for the prompt answer.
I didn’t provided the when and why info, because nothing special happened to explain the error.
So right know I don’t know how to replicate the error (other than create a page with your blocks). If I do I’ll let you know.
In the other hand, yes, I did captured the console info.
This is one example:
Block validation: Block validation failed for atomic-blocks/ab-testimonial
(
Object
attributes: {testimonialName: {type: “array”, selector: “.ab-testimonial-name”, source: “children”}, testimonialTitle: {type: “array”, selector: “.ab-testimonial-title”, source: “children”}, testimonialContent: {type: “array”, selector: “.ab-testimonial-text”, source: “children”}, testimonialAlignment: {type: “string”}, testimonialImgURL: Object, …}
category: “atomic-blocks”
description: “Add a user testimonial with a name and title.”
edit: function()
icon: {src: “format-quote”}
keywords: [“testimonial”, “quote”, “atomic”] (3)
name: “atomic-blocks/ab-testimonial”
save: function(props)
title: “AB Testimonial”
Prototipo de Object
).
Expected:
<div style=”background-color:#f2f2f2;color:#32373c” class=”wp-block-atomic-blocks-ab-testimonial right-aligned ab-font-size-16 ab-block-testimonial”><div class=”ab-testimonial-text”><p>Vicky supo adaptarse a nuestras peticiones y fue un trato muy agradable. Se hace muy cercana y amena, por lo que todo es mucho más sencillo.</p></div><div class=”ab-testimonial-info”><h2 class=”ab-testimonial-name” style=”color:#32373c”>Beatriz F.</h2><small class=”ab-testimonial-title” style=”color:#32373c”>Getxo</small></div></div>
Actual:
<div style=”background-color:#f2f2f2;color:#32373c” class=”wp-block-atomic-blocks-ab-testimonial right-aligned ab-font-size-16 ab-block-testimonial”><div class=”ab-testimonial-text”><p>Vicky supo adaptarse a nuestras peticiones y fue un trato muy agradable. Se hace muy cercana y amena, por lo que todo es mucho más sencillo.</p></div><div class=”ab-testimonial-info”><h2 class=”ab-testimonial-name” style=”color:#32373c”>Beatriz F.</h2><small class=”ab-testimonial-title” style=”color:#32373c”>Getxo</small></div></div>
I hope this info helps you to understand the problem.
If you need any more details just let me know.
Thanks!