-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI problem in latest production build #268
Comments
@lovrobiljeskovic could you please check this one out? |
@akomba quick question, why do you need this specific branch actually merged for your course? This is an internal instance of web3 which should not really affect the current functionality. We are currently doing this change as we will soon start using web3 a bit more and we wanted to update the library to the latest stable version. |
The main branch dies after npm start:
The above is the error I am getting if I follow the installation instructions on the master branch. |
Tried on ubuntu and osx |
Hi thanks @akomba, What I meant is why are you trying to use a branch which is not |
@javier-tarazaga - pretty sure this happens on master as well. Just a curious bystander that's all. Confirmed on #5fbdafaf |
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
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%
The text was updated successfully, but these errors were encountered: