Comment avoir Hotjar dans React-Hotjar

import { hotjar } from 'react-hotjar';

hotjar.initialize(hjid, hjsv);
<!-- Optional identify call -->
hotjar.identify('USER_ID', { userProperty: 'value' });
Handsome Hornet