maxmarinich / react-alice-carousel

React responsive component for building content galleries, content rotators and any React carousels
MIT License
832 stars 91 forks source link

Error with the import of AliceCarousel #311

Closed Sagbyy closed 6 months ago

Sagbyy commented 6 months ago
import AliceCarousel from 'react-alice-carousel'
import 'react-alice-carousel/lib/alice-carousel.css'

Uncaught SyntaxError: The requested module '/node_modules/react-alice-carousel/lib/react-alice-carousel.js?v=3e305248' does not provide an export named 'default'

maxmarinich commented 6 months ago

Hi, @Sagbyy! Looks like the issue with your module bundler. Provide more info about it (lib version, bundler type and etc). Please, reopen the issue if problem will exist after module bundler tuning, with link to codesandbox or git repo.