react-dnd / dnd-core

Drag and drop sans the GUI [Legacy Repo]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests involving Symbols currently failing

calesce opened this issue · comments

After cloning and npm install && npm test:
1) DragDropManager handler registration accepts symbol types: Error: expected fn not to throw an exception

2) DragDropMonitor state tracking treats symbol types just like string types: Error: Invariant Violation: Type can only be a string or a symbol.

commented

Thanks for the fix!