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
It would be great if Drop.js could also render on the server with React.js. Currently it cannot even be imported because document wouldn't be defined. That would require the initial document uses to be wrapped by something like if (typeof window !== 'undefined') { ... }.
The text was updated successfully, but these errors were encountered:
It would be great if Drop.js could also render on the server with React.js. Currently it cannot even be imported because
document
wouldn't be defined. That would require the initialdocument
uses to be wrapped by something likeif (typeof window !== 'undefined') { ... }
.The text was updated successfully, but these errors were encountered: