You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to start to say that this library is really good and very welcome. It helps me get stuff done with MIDI and React 16+ really fast.
However using it with nextjs a SSR framework for react I had issues with window is not defined errors. This could probably be easily fixed by a simple if(typeof window !== 'undefined check before doing anything.
Let me know your thoughts.
The text was updated successfully, but these errors were encountered:
I would like to start to say that this library is really good and very welcome. It helps me get stuff done with MIDI and React 16+ really fast.
However using it with nextjs a SSR framework for react I had issues with
window is not defined
errors. This could probably be easily fixed by a simpleif(typeof window !== 'undefined
check before doing anything.Let me know your thoughts.
The text was updated successfully, but these errors were encountered: