Same problem here.
I found the problem is on the form container class name.
On public/assets/js/public.js:297 it’s looking for a container with class name wpmchimpselector.
On widget/views/widget9.php:546 the class name is wpmcintselector instead of wpmchimpselector (it may be a typo)
As a workaround, you can rename class wpmcintselector to wpmchimpselector on widget9.php:546 while waiting for an official fix.