daily-co / daily-react

React hooks and components to get started with Daily
https://docs.daily.co/reference/daily-react
BSD 2-Clause "Simplified" License
53 stars 16 forks source link

Docs Out of Date? #32

Closed Ben2W closed 8 months ago

Ben2W commented 8 months ago

The Docs Seems to be out of date.

https://docs.daily.co/reference/daily-react/daily-provider

It says to import a useCallObject, but that is not an exported object from @daily-co/daily-react

version: "@daily-co/daily-react": "^0.16.0",

Regaddi commented 8 months ago

Hey @SpartanFA,

thanks for the note! useCallObject() was added in 0.17.0. We are currently lacking a good version indication on our docs, so I'll forward that as feedback internally.

I'd encourage you to update to the latest version of Daily React, since the newhooks solve for a lot of pain points when managing call instances in React.

Best, Christian