Error using the latest react hooks repo
Daniel808
Member
in Discussion
Hi ,
I just checked out the latest version of the react hooks repo and I get the following error after pressing the "Click to start a call button":
Uncaught TypeError: callObject.isDestroyed is not a function
Thanks
0
Comments
-
If you inspect (in the debugger, or print it to the console)
callObject
just before hitting that error, what does it show?0 -
callObject is not defined
0