Closed zehawki closed 2 years ago
Thank you for this component, works just fine.
Here in the doc: https://help.tawk.to/article/react-js :: How to use callbacks and expose functions
This
<TawkMessengerReact propertyId="property_id" widgetId="default" useRef={tawkMessengerRef} />
should be
<TawkMessengerReact propertyId="property_id" widgetId="default" ref={tawkMessengerRef} />
The prop should be ref not useRef.
ref
useRef
@zehawki Thank you, will update our content team
@zehawki Documentation is updated, thank you very much.
Thank you for this component, works just fine.
Here in the doc: https://help.tawk.to/article/react-js :: How to use callbacks and expose functions
This
should be
The prop should be
ref
notuseRef
.