Skip to content

astro-portabletext@0.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 09:14
· 258 commits to main since this release
7270685

Patch Changes

  • 29815b8: Fixes PortableText onMissingComponent prop to accept boolean

    - onMissingComponent?: MissingComponentHandler | false;
    + onMissingComponent?: MissingComponentHandler | boolean;