reactotron
reactotron copied to clipboard
Reactotron.log isn't working.
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.
Could you show your import of Reactotron? That error makes me believe there might be something fishy going on at the import.
I'm getting error while using Reactotron.log
Cannot invoke an object which is possibly an undefined
type error