jscottsmith / react-scroll-parallax

🔮 React hooks and components to create parallax scroll effects for banners, images or any other DOM elements.

Home Page:https://react-scroll-parallax.damnthat.tv/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warnings

alexis-dorosz opened this issue · comments

Trouble With Implementation

Describe the trouble you are having considering the following:

  • Are you seeing any errors or warnings?
    The package works and is functionnal, however i do get these warnings :

` WARNING in ./node_modules/react-scroll-parallax/src/index.ts 1:397-535
"export 'EffectNumber' was not found in 'parallax-controller'
@ ./build/bundling/entry-points/server.ts

WARNING in ./node_modules/react-scroll-parallax/src/index.ts 1:397-535
"export 'EffectString' was not found in 'parallax-controller'
 @ ./build/bundling/entry-points/server.ts
 
WARNING in ./build/bundling/entry-points/server.ts 1:671-700
"export 'default' (imported as 'react_scroll_parallax_default') was not found in 'react-scroll-parallax/src/index'`

I use latest version (3.0.5)