yairEO / fakescroll

vanilla-js lightweight custom HTML scrollbar
http://yaireo.github.io/fakescroll
GNU Affero General Public License v3.0
365 stars 33 forks source link

Error with React #21

Open tranduybau opened 2 years ago

tranduybau commented 2 years ago
image

Can you help me with that?

yairEO commented 2 years ago

Hi, what is your bundler? Rollup or Webpack or something else?

fitiskin commented 2 years ago

My guess is the problem here is that the react.fakescroll.js is imported directly.

yairEO commented 2 years ago

@fitiskin - how else would it be imported? There are 3 JS files in the repo, and and React file is not transpiled, so it must pass through your transpiler first, which means, it should be configured to transpile files from node_modules