redux-devtools-chart-monitor | A chart monitor for Redux DevTools https | State Container library
kandi X-RAY | redux-devtools-chart-monitor Summary
kandi X-RAY | redux-devtools-chart-monitor Summary
Redux DevTools Chart Monitor.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of redux-devtools-chart-monitor
redux-devtools-chart-monitor Key Features
redux-devtools-chart-monitor Examples and Code Snippets
Community Discussions
Trending Discussions on redux-devtools-chart-monitor
QUESTION
I have react 16.3.2, and today i attempted to upgrade it through yarn upgrade react@latest
it has upgraded the yarn.lock
's react@^16.8.2 but when I console.log
out the react version it still outputs 16.3.2
Did I miss something?
Here's my package.json
ANSWER
Answered 2019-Feb-14 at 22:18yarn upgrade
does not update package.json
, only the lock file. Actually, none of the yarn upgrade
flags do. There's a long discussion about this in here
You can do the following:
- Reinstall React with
yarn add react@latest
- Install a npm package to check updates, for example, npm-check-updates. Run it to update
package.json
and then tryyarn install
. - Or you can install that specific React version
yarn upgrade react@16.8.2
.
This is the intended behaviour, even though it is very confusing in the docs.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install redux-devtools-chart-monitor
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page