-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Upgrade the dev dependencies #13016
[core] Upgrade the dev dependencies #13016
Conversation
9cbbc4d
to
18a696b
Compare
Is anything holding back |
window.ga('send', { | ||
hitType: 'pageview', | ||
this.timer = setTimeout(() => { | ||
window.ga('set', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As suggested in the G.A. docs so future events have the right context.
@@ -1,29 +1,29 @@ | |||
import React from 'react'; | |||
|
|||
class GoogleTag extends React.Component { | |||
googleTimer = null; | |||
class GoogleAnalytics extends React.Component { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Google tag manager makes two HTTP requests, Google analytics makes one.
@eps1lon We have that in the yarn.lock. next@^7.0.0-canary.0:
- version "7.0.0-canary.18"
- resolved "https://registry.yarnpkg.com/next/-/next-7.0.0-canary.18.tgz#7811b8511232ae96b71e34663ed20f4d41fa87af"
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/next/-/next-7.0.0.tgz#c919b325fbce21b6a1d6cd1cc0be148540e77bfd" You are right, we can upgrade the package.json, no need to stay on canny. I think that we where using canary to leverage babel 7. It's stabe now, we can go back to the non cannary releaes to avoid fast changing regressions. |
18a696b
to
124bfaa
Compare
No description provided.