Skip to content

UI problem in latest production build #268

@akomba

Description

@akomba

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.

Screenshot_2020-06-24 Ethereum Studio Solidity IDE

Steps to reproduce

  1. git clone repo
  2. cd ethereum-studio
  3. git checkout update-web3
  4. npm i
  5. npx lerna bootstrap --hoist
  6. npm run build
  7. serve -s www
  8. 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%

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions