0.6.1
Improvements
DailyProvider
now acceptsrecoilRootProps
to control the behavior of its internalRecoilRoot
. You can passrecoilRootProps={{ override: false }}
to letdaily-react
store its state in your application's ownRecoilRoot
- Hooks with event callbacks no longer wrap calling the passed callback in
setTimeout(() => onX.?(ev), 0)
to reduce fragmentation of stack traces.
Thanks to contributions from @zukilover!