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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
#51 Split view component into View and View.ErrorBoundary (#52)
* #51 Split view component into View and View.ErrorBoundary
* #51 Exclude ErrorBoundary to own independent component
* #51 Make View.ErrorBoundary functional component
* #51 Setup for DOM testing and add test for ErrorBoundary
* #51 Downgrade JEST back to original version
* #51 Refactor based on review comments
* #51 Fix tests and change fallback from ReactChildren to ReactNode
* #51 Render children inside View component when VM is not presented
* #51 Make resetErrorBoundary readonly
Co-authored-by: Michal Kopecký <michal.kopeck@eman.cz>