React Flow | Svelte Flow - Powerful open source libraries for building node-based UIs with React (https://reactflow.dev) or Svelte (https://svelteflow.dev). Ready out-of-the-box and infinitely customizable.
13 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | examples/react/src/examples/Stress/performanceUtils.ts | 108 | export function generateMouseEventParamsTargetingNode(node: Element) { |
| LOW | packages/system/src/xypanzoom/eventhandler.ts | 143 | export function createZoomOnScrollHandler({ noWheelClassName, preventScrolling, d3ZoomHandler }: ZoomOnScrollParams) { |
| LOW | packages/system/src/xypanzoom/eventhandler.ts | 165 | export function createPanZoomStartHandler({ zoomPanValues, onDraggingChange, onPanZoomStart }: PanZoomStartParams) { |
| LOW | …t/src/container/GraphView/useNodeOrEdgeTypesWarning.ts | 15 | export function useNodeOrEdgeTypesWarning(nodeOrEdgeTypes?: NodeTypes): void; |
| LOW | …t/src/container/GraphView/useNodeOrEdgeTypesWarning.ts | 16 | export function useNodeOrEdgeTypesWarning(nodeOrEdgeTypes?: EdgeTypes): void; |
| LOW | …t/src/container/GraphView/useNodeOrEdgeTypesWarning.ts | 18 | export function useNodeOrEdgeTypesWarning(nodeOrEdgeTypes: any = emptyTypes): any { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/playwright/playwright.shared.config.ts | 61 | |
| LOW | tests/playwright/e2e/pane.spec.ts | 181 | // await page.waitForSelector('[data-id="first-edge"]', { timeout: 5000 }); |
| LOW | examples/svelte/src/generic-tests/edges/general.ts | 181 | // source: '9', |
| LOW | examples/react/cypress/support/e2e.ts | 1 | // *********************************************************** |
| LOW | examples/react/src/generic-tests/edges/general.ts | 181 | // { |
| LOW | examples/astro-xyflow/src/env.d.ts | 1 | /// <reference path="../.astro/types.d.ts" /> |
| LOW | packages/svelte/src/routes/+page.svelte.d.ts | 1 | /** @typedef {typeof __propDef.props} PageProps */ |