Skip to content

v6.3.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 21 Jul 19:25
· 153 commits to main since this release
5d355f6

What's new?

  • Improved RSC compatibility. You no longer need to add 'use client'; to the parent component for this component to work.

Bug fixes

  • @types/react and @types/react-dom are now optional peerDependencies, which eliminates errors caused by duplicate typings.