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-spectrum/layout": "3.0.0-rc.0",
"@react-spectrum/link": "3.0.0-rc.0",
"@react-spectrum/picker": "3.0.0-rc.0",
"@react-spectrum/progress": "3.0.0-rc.3",
"@react-spectrum/provider": "3.0.0-rc.3",
"@react-spectrum/text": "3.0.0-rc.0",
"@react-spectrum/textfield": "3.0.0-rc.3",
"@react-spectrum/theme-default": "3.0.0-rc.3"
- npm i
- aio app deploy
The SPA should deploy and load as expected.
Thanks for reporting this issue and for your patience.
Cheers,
Meryll