v6.3.0
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.