Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't use a key for the ErrorBoundary in a Panel (#574)
- Changing the key whenever the children changed resulted in the key changing every render, which is not what we want - Don't bother with an error key; when the widget is re-opened, there's already a new key at a higher level so the ErrorBoundary gets reset
- Loading branch information