@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.esm.js CHANGED
@@ -5912,10 +5912,10 @@ function Flow(props) {
5912
5912
  React.createElement(FlowInner, __assign({}, props)))));
5913
5913
  }
5914
5914
 
5915
- function useDraggableNode(name, fn) {
5915
+ function useDraggableNode(name) {
5916
5916
  var _a = __read(useDrag({
5917
5917
  type: "flow-node",
5918
- item: { name: name, fn: fn },
5918
+ item: { name: name },
5919
5919
  collect: function (monitor) { return ({
5920
5920
  isDragging: monitor.isDragging(),
5921
5921
  }); },