Jack Chen
Jack Chen
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When I am using the DraftJSEditor, I am seeing that up and down...
Hi there, Thanks for starting this library. I'm trying to find a way to use `useGoogleLogin` where once the user has authenticated once, they do not need to do it...
Hi there! I'm trying to use `ReactGA.send` to pass `user_id` to React GA4. ``` useEffect(() => { ReactGA.send({ hitType: 'pageview', page: location.pathname, user_id: user?.id ?? '' }) // Track the...
Hi there! Thank you for creating this repo. I have a question around usage of this library in a Chrome Extension. I am using a React/Typescript setup for my extension....