Error occurs in plugin/fields/acf-Typography-v5.php/line:383.
There should be a check to see if $field['display_properties'] is not empty.
Like this if( ! empty( $field['display_properties'] ) && sizeof($field['display_properties']) > 0){}
If a user selects no field to display in the typography metabox then it should not break.
I wanted to contribute but I was not able to play with branches.
Error occurs in plugin/fields/acf-Typography-v5.php/line:383. There should be a check to see if $field['display_properties'] is not empty. Like this if( ! empty( $field['display_properties'] ) && sizeof($field['display_properties']) > 0){} If a user selects no field to display in the typography metabox then it should not break. I wanted to contribute but I was not able to play with branches.