react-custom-scrollbars-2
react-custom-scrollbars-2 copied to clipboard
fix: Vite prod build error "React is not defined"
Need to directly import React into the Scrollbars component, because the lib in the Vite production build is returning the "React is not defined" error.
Fixes #23