infinitered / reactotron

A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
https://docs.infinite.red/reactotron/
MIT License
14.89k stars 944 forks source link

Reactotron.display seems incorrect #1194

Open djMax opened 4 years ago

djMax commented 4 years ago

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 commented 4 years ago

Good news! It seems to only affect the beta.

drumnation commented 4 years ago

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,
    });
LaGregance commented 3 years ago

Hi,

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

reactotron-react-native : 5.0.0
Reactotron desktop : 3.0.0-beta.9
adrenaline681 commented 2 years ago

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

drumnation commented 2 years ago

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!