Skip to content

Instantly share code, notes, and snippets.

@jaggli
jaggli / 1_HotjarFix.js
Last active July 9, 2018 13:52
Styled Components vs Hotjar (Sent to Hotjar support at 27. March 2018)
import React from 'react'
const fixHotjar = () => {
// add sync style tag to head
const syncStyles = document.createElement('style')
syncStyles.type = 'text/css'
document.head.insertBefore(syncStyles, document.head.children[0])
// start styles sync
let lastStyles