Description:
When using Reactotron log functions (log/warn/error/...) to display data to Reactotron, the log is displayed to the Reactotron app (normal). When coding with the hot reloads function, this log is displayed 1+x times, x being the number of times the app hot reloaded.
Steps To Reproduce
- open the app.
- put a Reactotron.log function on the first page of the app (to ease the reproducibility).
- edit a file in your project.
- the hot reload happen.
- an additional Reactotron log is added.
Expected Results
No log duplicate should be visible.
Snack, code example, screenshot, or link to a repository:
/
Description:
When using Reactotron log functions (log/warn/error/...) to display data to Reactotron, the log is displayed to the Reactotron app (normal). When coding with the hot reloads function, this log is displayed 1+x times, x being the number of times the app hot reloaded.
Steps To Reproduce
Expected Results
No log duplicate should be visible.
Snack, code example, screenshot, or link to a repository:
/