Skip to content

v2.0.0

Choose a tag to compare

@muffoi muffoi released this 11 May 10:49
· 7 commits to main since this release

Breaking changes

  • Removed JSX.ChildOrNestedArrayOriginal and JSX.ChildOrNestedArray in favor of RawChildren
  • All function components now recieve props.children as RawChildren (expect an utility function for conversion to ChildArray in the next release)

Features

  • New errorless nested children type JSX.RawChildren
  • null and undefined are now allowed as non-rendering element children in built-in elements and JSX.Component functions