Just testing frontend widget changes via customizer and I am not even able to change the title. Ajax response says
{“success”:false,”data”:”widget_setting_too_many_options”}
There is also a notice http://prntscr.com/kk518f but there are no errors anywhere.
The notice comes from here https://github.com/WordPress/WordPress/blob/56c162fbc9867f923862f64f1b4570d885f1ff03/wp-includes/class-wp-customize-widgets.php#L1471
and if I read that correctly it says to stop if count of captured options is bigger than 1 meaning that it somehow “sees” a duplicated option for the title.
I was not able to find any references to this. Any help is appreciated.
Read more here:: Widget changes in customizer ajax error to many options?