Running into a javascript error in the minified version of Craft.js that is generated in the cpresources folder:
Uncaught SyntaxError: Lexical declaration cannot appear in a single-statement context
Running 3.5 (6d045ea2fb74d5284879ab5cd3173a8975bdab79)

Able to reproduce. I鈥檒l fix shortly. In the meantime you can work around it by adding this to config/general.php:
'useCompressedJs' => false,
Fixed now!
Most helpful comment
Able to reproduce. I鈥檒l fix shortly. In the meantime you can work around it by adding this to
config/general.php: