Details
Details
Tested entire stack end-to-end
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| web/components/protocol-icon.react.js | ||
|---|---|---|
| 50 | In this case it doesn't matter since we are getting another prop (iconComponent) that isn't memoized | |
Comment Actions
address review
| web/components/select-protocol-dropdown.react.js | ||
|---|---|---|
| 29 | It won't work then, because you might want to click multiple times on the dropdown to hide and show it. I think you meant setting it to false when selecting protoco, but this is handled in onOptionSelection | |