react-dnd / react-dnd-html5-backend

HTML5 backend for React DnD [Legacy Repo]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: target.addEventListener is not a function

Extra-lightwill opened this issue · comments

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.

this was a ssr issue - fixed using a fake dom