nabaraj / react-carousel-library

Carousel component using reactjs
MIT License
4 stars 0 forks source link

not working in ssr #2

Open gozenc opened 4 years ago

gozenc commented 4 years ago

getting 'ReferenceError: document is not defined'

nabaraj commented 4 years ago

Hi @fatihgozenc, Can you please give more details on it for what condition you are getting this error. Thanks

gozenc commented 4 years ago

Hello there, while I am trying to import the package to the project, it crashes and gives this error. As you know 'document', and 'window' objects can not be used in SSR projects.