HiDeoo / intro.js-react

Intro.js react wrapper
MIT License
407 stars 58 forks source link

Fixes for next.js #86

Closed HaoboZ closed 2 years ago

HaoboZ commented 2 years ago

This throws an error in next.js because instanceOf(Element) will not work for SSR. The usage of dynamic import isn't exactly a solution but a workaround to a problem that only involves typechecking. PropTypes.element should work for it instead.