react-hotjar icon indicating copy to clipboard operation
react-hotjar copied to clipboard

Small component to implement Hotjar into your react application

Results 8 react-hotjar issues
Sort by recently updated
recently updated
newest added

Thanks for the great module. It would be nice if there was a next.js implementation. For the moment I was able to verify using: ``` if (typeof window !== "undefined")...

Is there a way or can there be a way to remove hotjar tracking with this package? Use case: If a user has previously accepted cookies but then changes those...

Not sure exactly what happened, but on our site we now often get the error `Cannot read properties of undefined (reading 'site_id')`, which in the stack trace looks like a...

Hi, is there a way we can toggle the visibility of the Hotjar widget programmatically? I cannot find anything related to this.

Updating from 6.2.0 to 6.3.1 I see the next issue TS2554: Expected 1 arguments, but got 2. 47 | }); 48 | > 49 | hotjar.initialize(Number(process.env.REACT_APP_HOTJAR_ID), 6); | ^ 50...

I noticed the changelogs haven't been updated recently. It would be helpful for users to have a clear record of the changes implemented between versions. Would it be possible to...

Hi, I've encountered an issue where Hotjar is not functioning on the Edge browser. It works perfectly on Safari, Chrome, and Firefox, but fails to operate on Edge, Any idea...