-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
Description
Environment/Browser
Firefox 77.0.1 (64-bit) on Ubuntu 20.4
Description
When running the latest version of the update-web3 branch in PRODUCTION mode, the UI gets recursive. The rightmost pane of the screen attempts to show the whole application again.
Steps to reproduce
- git clone repo
- cd ethereum-studio
- git checkout update-web3
- npm i
- npx lerna bootstrap --hoist
- npm run build
- serve -s www
- visit page
Expected result
I expect to see the proper UI (that shows when running the same project in dev mode with "npm start")
Actual result
The rightmost pane of the UI displays the whole UI again in a recursive manner
Reproducible
100%