gokcan/react-shimmer

syntaxError: Cannot use import statement outside a module @ eval (webpack internal

labaran1 opened this issue · 1 comments

In my nextjs application , i install this package

i also used it like this

import Image,  { Shimmer } from "react-shimmer";
 <Image
   src={currentImage}
    fallback={<Shimmer width={500} height={540} />}
     />

Hey @labaran1 , could you install the latest version of react-shimmer?

I have greatly improved the module build process: #90