react-ga
react-ga copied to clipboard
Electron support
I tried this library in electron app and it doesn't work (throws an error). Does this library use the same approach as universal-analytics (which works ok in electron)?
@alxmiron have you tried this ??
ReactGA.set({ checkProtocolTask: null })
ReactGA.set({ checkStorageTask: null })
ReactGA.set({ historyImportTask: null })
@soyoungjeong thank you! it works