v0.17.0-rc.2
Pre-release
Pre-release
#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ý <[email protected]>