spybaby1 / 360-react-pannellum

8 stars 2 forks source link

cannot import Pannellum #2

Closed bai1024 closed 6 years ago

bai1024 commented 6 years ago

Hi,thanks for this repository, but while building with Webpack, I'm getting this error:

image

Here is my code: import Pannellum from '360-react-pannellum/lib/index'

spybaby1 commented 6 years ago

You can use

import { Pannellum } from '360-react-pannellum'

Sorry for my incorrect example

bai1024 commented 6 years ago

Thank you~ 👏