You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[#435] Fix issue with `ErrorBoundary` that causes errors thrown within the `render` phase of the component lifecycle to bubble up to parent `ErrorBoundary` components, which resulted in entire consumer applications locking up / crashing / unmounting.
6
+
-__DEPRECATIONS:__`ErrorBoundaryMixin`, `ErrorBoundaryPropsMixin` and `ErrorBoundaryStateMixin` are deprecated and will be removed in the 4.0.0 release.
7
+
- To create a custom error boundary moving forward, create an HOC that wraps around the `ErrorBoundary` component instead.
8
+
-[#433] Refactor `propTypes` tests
9
+
-[#440] Make over_react_redux tests compatible with version `^7.1.1` of the redux JS library
10
+
-[#442] Remove Dart 2.4.1 phase from the CI build
11
+
-[#428] Add examples of components that have `render` methods that return `Fragment`, `List`, `num` and `String`
0 commit comments