I noticed the announcement of the upcoming upgrade to Flutter 3.32.
Of course, because we want to be ready for this, I ran the Test Mode Preview. All that shows up is a red screen and the following error message:
js_primitives.dart:28 Another exception was thrown: TypeError: Cannot read properties of undefined (reading 'Symbol(_name)')
The stack trace in the console does not point to anything that's part of my project, which leads me to believe that it's actually the Test Mode that's not ready for Flutter 3.32 yet.
Has anyone else experienced this?