hoaiduyit/react-pannellum

TypeError: Cannot read property 'classList' of undefined

Closed this issue · 2 comments

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)?

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

It works, thanks!