@bian-womp/spark-workbench 0.3.32 → 0.3.34

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/lib/cjs/index.cjs CHANGED
@@ -7038,7 +7038,6 @@ function WorkbenchStudio({ example, onExampleChange, backendKind, onBackendKindC
7038
7038
  overrides?.registerUI?.(baseRegisterUI, { wb, wbRunner: runner });
7039
7039
  // Increment UI version to trigger nodeTypes recomputation in WorkbenchCanvas
7040
7040
  setUiVersion((v) => v + 1);
7041
- // eslint-disable-next-line react-hooks/exhaustive-deps
7042
7041
  }, [wb, runner, overrides]);
7043
7042
  const onBackendKindChangeWithDispose = React.useCallback(() => (v) => {
7044
7043
  if (isGraphRunning)