Thank you for developing this package, I really like the idea of a headless UI carousel and I'm trying to get it to work in my project.
When I attempt to install this package npm install react-spring-carousel with React 18, I see these errors:
npm WARN ERESOLVE overriding peer dependency
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated uglify-es@3.3.9: support for ECMAScript is superseded by `uglify-js` as of v3.13.0
and when I do a fresh npm install of my repo I see these errors:
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: react-reconciler@0.20.4
npm WARN Found: react@18.2.0
npm WARN node_modules/react
npm WARN react@"^18.2.0" from the root project
npm WARN 47 more (@auth0/auth0-react, @emotion/react, @emotion/styled, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer react@"^16.0.0" from react-reconciler@0.20.4
npm WARN node_modules/react-zdog/node_modules/react-reconciler
npm WARN react-reconciler@"^0.20.4" from react-zdog@1.0.11
npm WARN node_modules/react-zdog
npm WARN
npm WARN Conflicting peer dependency: react@16.14.0
npm WARN node_modules/react
npm WARN peer react@"^16.0.0" from react-reconciler@0.20.4
npm WARN node_modules/react-zdog/node_modules/react-reconciler
npm WARN react-reconciler@"^0.20.4" from react-zdog@1.0.11
npm WARN node_modules/react-zdog
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated uglify-es@3.3.9: support for ECMAScript is superseded by `uglify-js` as of v3.13.0
If I had the bandwidth I would try to fix these errors myself, but I don't so I'm making this issue.
Thank you for developing this package, I really like the idea of a headless UI carousel and I'm trying to get it to work in my project.
When I attempt to install this package
npm install react-spring-carouselwith React 18, I see these errors:and when I do a fresh
npm installof my repo I see these errors:If I had the bandwidth I would try to fix these errors myself, but I don't so I'm making this issue.