hoaiduyit / react-pannellum

46 stars 38 forks source link

TypeError: Cannot read property 'classList' of undefined #6

Closed radenayu closed 5 years ago

radenayu commented 5 years ago

Hey, I suddenly got an error "TypeError: Cannot read property 'classList' of undefined" on SSR production. Is it because the config suddenly has id(required)?

hoaiduyit commented 5 years ago

hi @radenayu , yes, the id will be new require prop. You'll need it to run pannellum.

radenayu commented 5 years ago

It works, thanks!