MCPcopy Create free account
hub / github.com/react-dnd/react-dnd / getCurrentState

Method getCurrentState

packages/react-dnd/src/DragLayer.js:108–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 getCurrentState() {
109 const monitor = this.manager.getMonitor();
110 return collect(monitor);
111 }
112
113 render() {
114 return (

Callers 2

constructorMethod · 0.95
handleChangeMethod · 0.95

Calls 2

getMonitorMethod · 0.80
collectFunction · 0.50

Tested by

no test coverage detected