As you probably know, when you modify a value in one of the block fields, in gutenberg, the field name changes from the name to the field id.
Is there an ACF react prop i can use to get the values?
props.attributes.data.field_name
only gets the value the first time, after that it is undefined because there is no field_name anymore, it converts to field_59596596989.
please refer to the screenshots they explain it better.
Thanks in advance for any tips 🙂