Closed
Description
When I run the devtools, I get the update-notifier
message:
╭────────────────────────────────────────╮
│ │
│ Update available 4.4.0 → 4.9.0 │
│ Run npm i react-devtools to update │
│ │
╰────────────────────────────────────────╯
I appreciate the goal of this message. However, the suggested command to run is incorrect for my repo. We use yarn, not npm. And we use a monorepo. This is confusing for devs who are new to the repo.
Would it be possible to suppress the update-notifier
message? The team that manages usage of react-devtools in our tool chain is happy to stay on top of updates themselves.