You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ls react-scripts (if you haven’t ejected): 1.1.1
Operating system: MacOS High Sierra 10.13.3
Browser and version (if relevant): Chrome 64
Steps to Reproduce
create-react-app test
cd test
yarn start
Open with Chrome 64+
Behavior
Chrome 64 displays warnings (more annoyingly - even in production):
[Deprecation] chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2.
I am opening this issue in all 3 affected libraries (create-react-app #4072 , html-webpack-plugin jantimon/html-webpack-plugin#858 , bluebird petkaantonov/bluebird#1505)
Is this a bug report?
No, it is a deprecation warning
Environment
node -v
: 8.5.0npm -v
: 5.6.0yarn --version
(if you use Yarn): 1.3.2npm ls react-scripts
(if you haven’t ejected): 1.1.1Operating system: MacOS High Sierra 10.13.3
Browser and version (if relevant): Chrome 64
Steps to Reproduce
create-react-app test
cd test
yarn start
Behavior
Chrome 64 displays warnings (more annoyingly - even in production):
[Deprecation] chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2.
It is related to:
https://www.chromestatus.com/features/5637885046816768
I have searched which dependencies might use
chrome.loadTimes()
and found, that it might be bluebird:Reproducible Demo
Open any create-react-app app, including the create-react-app template https://jsfiddle.net/84v837e9/
or bluebird's documentation http://bluebirdjs.com/docs/getting-started.html
The text was updated successfully, but these errors were encountered: