reactotron icon indicating copy to clipboard operation
reactotron copied to clipboard

Reactotron.log isn't working.

Open rockfight opened this issue 5 years ago • 2 comments

I have just started to use Reactotron. Network logs are working fine but whenever I use

Reactotron.log('message');

I get the error

TypeError: TypeError: TypeError: undefined is not an object (evaluating '_reactotronCoreClient.default.log')

I am using Reactotron.log in react native project inside useEffect hook. console.log works just fine there.

rockfight avatar Aug 23 '19 06:08 rockfight

Could you show your import of Reactotron? That error makes me believe there might be something fishy going on at the import.

rmevans9 avatar Aug 28 '19 00:08 rmevans9

I'm getting error while using Reactotron.log Cannot invoke an object which is possibly an undefined type error

meharbhutta avatar Sep 03 '23 15:09 meharbhutta