use-smooth-scroll
use-smooth-scroll copied to clipboard
Module not found: Can't resolve 'react' in ... use-constant
I am getting the following compilation issue when using use-smooth-scroll
../node_modules/use-constant/dist/use-constant.esm.js Module not found: Can't resolve 'react' in '/Users/me/myproject/node_modules/use-constant/dist'
That's really weird - have you tried reinstalling your whole node_modules?
same issue
Please always try to share a repro case in a runnable form - either by providing a git repository to clone or a codesandbox. OSS maintainers usually can't afford the time to set up the repro, even if exact steps are given.