-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix Udapp Environment Label Dropdown bug #5844
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
Conversation
✅ Deploy Preview for remixproject ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
684fdae
to
e6b87d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Dropdown.Item | ||
key={name} | ||
onClick={async () => { | ||
console.log('name when switching selected env', name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Done
694c992
to
8bb0898
Compare
3bcdf1d
to
5192deb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I select Injected Provider - Metamask, Remix IDE breaks for me
{ name: 'Dev - Foundry Provider', value: 'foundry-provider', chainId: 31337 }, | ||
{ name: 'Dev - Ganache Provider', value: 'ganache-provider', chainId: 1741104841094 }, | ||
] | ||
console.log('runTabState', runTabState) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove log
5192deb
to
d532a44
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionality wise looks fine to me
7f223b2
to
28fb897
Compare
dc6bd0b
to
480b633
Compare
fixes #5736