reactotron icon indicating copy to clipboard operation
reactotron copied to clipboard

Reactotron.display seems incorrect

Open djMax opened this issue 4 years ago • 5 comments

If I send this message:

  Reactotron.display({
    name: 'THIS IS NAME',
    value: { a: true, b: false },
    preview: 'THIS IS PREVIEW',
  });

I get this output:

image

That seems unfortunate.

djMax avatar Jun 24 '20 16:06 djMax

Good news! It seems to only affect the beta.

djMax avatar Jun 24 '20 16:06 djMax

I'm using "reactotron-react-js": "^3.3.7" and having this same issue.

image

reactotron.display({
      important: false,
      name: 'CONSOLE.LOG',
      preview: args.length ? JSON.stringify(args) : args[0],
      value: args,
    });

drumnation avatar Oct 15 '20 23:10 drumnation

Hi,

It's the same for me, anyone have some news ?

reactotron-react-native : 5.0.0
Reactotron desktop : 3.0.0-beta.9

LaGregance avatar Nov 22 '20 15:11 LaGregance

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

adrenaline681 avatar Nov 28 '21 08:11 adrenaline681

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!

drumnation avatar Dec 22 '21 17:12 drumnation