reactotron
reactotron copied to clipboard
Reactotron.display seems incorrect
If I send this message:
Reactotron.display({
name: 'THIS IS NAME',
value: { a: true, b: false },
preview: 'THIS IS PREVIEW',
});
I get this output:
That seems unfortunate.
Good news! It seems to only affect the beta.
I'm using "reactotron-react-js": "^3.3.7" and having this same issue.
reactotron.display({
important: false,
name: 'CONSOLE.LOG',
preview: args.length ? JSON.stringify(args) : args[0],
value: args,
});
Hi,
It's the same for me, anyone have some news ?
reactotron-react-native : 5.0.0
Reactotron desktop : 3.0.0-beta.9
This is an old issue but if someone needs to fix this in the future, the solution is to roll back to latest stable realease which is Reactotron v2.17.1
This is an old issue but if someone needs to fix this in the future, the solution is to roll back to latest stable release which is Reactotron v2.17.1
I was using reactotron in flipper having the same issue. I downloaded the older desktop app version you recommended and tried using that instead and my custom logs are displaying properly now. Thanks!