Closed vith closed 2 years ago
@vith thank you for opening this issue! I will look into it as soon as possible.
@vith could you please try version 1.2.1? I temporarily removed sourcemap generation, I could not figure it out why the path is not being transpiled to build code so I just removed it so that you have a clean run.
@all-contributors please add @vith for bug
@olavoparno
I've put up a pull request to add @vith! :tada:
@olavoparno no more warnings with 1.2.1, thanks!
Thanks for the reply, @vith ! Have a good one!
Describe the bug
Broken sourcemaps add noise to create-react-app v5 output:
To Reproduce Steps to reproduce the behavior:
npx create-react-app cra-use-hotjar
cd cra-use-hotjar
npm i react-use-hotjar
useHotjar()
tosrc/App.js
npm start
Additional context https://github.com/facebook/create-react-app/discussions/11767#discussioncomment-1969071