@rkmodules/rules 0.0.83 → 0.0.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -5914,10 +5914,10 @@ function Flow(props) {
5914
5914
  React.createElement(FlowInner, __assign({}, props)))));
5915
5915
  }
5916
5916
 
5917
- function useDraggableNode(name, fn) {
5917
+ function useDraggableNode(name) {
5918
5918
  var _a = __read(useDrag({
5919
5919
  type: "flow-node",
5920
- item: { name: name, fn: fn },
5920
+ item: { name: name },
5921
5921
  collect: function (monitor) { return ({
5922
5922
  isDragging: monitor.isDragging(),
5923
5923
  }); },