MCPcopy Create free account
hub / github.com/GrapesJS/react / noop

Function noop

packages/grapesjs-react/src/utils/index.ts:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16export function noop() {}
17
18export function useTraceUpdate(props: Record<string, any>) {
19 const prev = useRef(props);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected