I an unable to make an Overflow error go away in the Widget Inspector by updating the widget and hot-reloading.
Steps to reproduce
- Create an overflow error (in this case using a Row of TagChip widgets)
- Fix the error by changing Row to Wrap
- Hot Reload the app
- Observe that "Errors: 2" is still showing up in the widget inspector, after the issue is fixed.

I an unable to make an Overflow error go away in the Widget Inspector by updating the widget and hot-reloading.
Steps to reproduce