Hi Josh,While we are working on a fix (see
https://github.com/adobe/aio-cli-plugin-app/issues/263), here's a
workaround that you can try locally: - Clean your browser cache- Go into
your bootstrapped app folder- rm -rf package-lock.json node_modules -
Edit the package json file and make sure that these dependencies are in
with these locked versions: "regenerator-runtime": "^0.13.5",
"@adobe/exc-app": "^0.2.14", "@react-spectrum/button": "3.0.0-rc.3",
"@react-spectrum/form": "3.0.0-rc.3", "@react...