Jake

Results 5 comments of Jake

@joeldenning thanks for the fork! Also you may want to update your documentation to: ```yarn add joeldenning/moment-holiday\#1.5.2-webpack.0``` per https://github.com/yarnpkg/yarn/issues/2083#issuecomment-525335592 Cheers!

Our windows users are also experiencing this issue: That is, using CSVLink, file is downloaded **without** an extension.

[FacebookBot](https://developers.facebook.com/docs/sharing/bot/) ``` Mozilla/5.0 (compatible; FacebookBot/1.0; +https://developers.facebook.com/docs/sharing/webmasters/facebookbot/) ``` - **browser**: FacebookBot 1.1 - **browser.name**: FacebookBot - **device**: Desktop - **device.family**: Spider

You can set and unset the userId context during login or logout. Then all `.event` calls will be associated with the userId. Once signed in ``` ReactGA.set({ userId: this.props.userId })...