OpenHands
OpenHands copied to clipboard
fix: fix multiple frontend warnings
@Sparkier the code LGTM, but can you describe a bit what problem you're solving here? Or is there an associated issue?
- There is a console error since we have a button inside a button, hence the moving out of the refresh and collapse buttons.
- There is a warning because
stopPropagationis default in React now.
Oh nice, love that stopPropagation is default now, that always got me 😄
Thanks for the fixes!