react-dnd / react-dnd-html5-backend

HTML5 backend for React DnD [Legacy Repo]
MIT License
145 stars 97 forks source link

TypeError: target.addEventListener is not a function #56

Closed Extra-lightwill closed 7 years ago

Extra-lightwill commented 7 years ago

I have implemented react DnD into an isomorphic application and I'm getting the following error:

Server error: renderOnServer render function failed TypeError: target.addEventListener is not a function (at HTML5Backend.addEventListeners)

Any help with this or reasons why it might be happening would be great. Thanks.

Extra-lightwill commented 7 years ago

this was a ssr issue - fixed using a fake dom