Answers for "How to have hotjar in react-hotjar"

0

How to have hotjar in react-hotjar

import { hotjar } from 'react-hotjar';

hotjar.initialize(hjid, hjsv);
<!-- Optional identify call -->
hotjar.identify('USER_ID', { userProperty: 'value' });
Posted by: Guest on October-15-2021

Code answers related to "How to have hotjar in react-hotjar"

Code answers related to "Javascript"

Browse Popular Code Answers by Language