[x] I've searched for any related issues and avoided creating a duplicate issue.
Please give us a description of what happened.
In the backoffice, on the hompage, yoast-acf-analysis.js has a fatal error line 724 at
terms = _.map( terms, function(term){ term.trim() } );
because terms is not an array, this error only occur in this page.
I've made a quick fix, checking the type of terms before running the map function.
Please give us a description of what happened.
In the backoffice, on the hompage, yoast-acf-analysis.js has a fatal error line 724 at
terms = _.map( terms, function(term){ term.trim() } );
because terms is not an array, this error only occur in this page.I've made a quick fix, checking the type of terms before running the map function.
How can we reproduce this behavior?
Please find attached the acf json for this page : group_596f36ae7d00f.json
Technical info