does anyone else gets the error Undefined class constant 'CLASS_ALIAS' when using type: files in a structure field? In my case it happens only in version 3.0.1
I just ran some tests and I found the issue. It’s caused by a plugin where after updating to 3.0.1 the plugin dependencies where not updated. So after running composer update --no-dev within the plugin folder it works again.