Skip to content

6.2.0

Compare
Choose a tag to compare
@marvinhagemeister marvinhagemeister released this 10 Jul 09:14
· 59 commits to main since this release
e02629e

Minor Changes

  • #305 568f139 Thanks @marvinhagemeister! - Add support for error boundaries via componentDidCatch and getDerivedStateFromError

    This feature is disabled by default and can be enabled by toggling the errorBoundaries option:

    import { options } from 'preact';
    
    // Enable error boundaries
    options.errorBoundaries = true;