Matheus Poli

Results 2 comments of Matheus Poli

Thank you very much for responding! I will try to reproduce the code we have to make it clearer. `jsdom` version: 16.2.2 Running `jest` version 26.1.0 on `node`.

I used with [React useEffect](https://reactjs.org/docs/hooks-effect.html) and worked fine ``` import { hotjar } from 'react-hotjar' export default function Index() { useEffect(() => { hotjar.initialize(hjid, hjsv) }) return ({/* Your code...