MCPcopy
hub / github.com/plotly/dash / shouldComponentUpdate.ts

File shouldComponentUpdate.ts

components/dash-table/src/dash-table/components/Table/shouldComponentUpdate.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as R from 'ramda';
2import {isEqual} from 'core/comparer';
3
4const DERIVED_REGEX = /^derived_/;

Callers

nothing calls this directly

Calls 2

isEqualFunction · 0.90
testMethod · 0.45

Tested by

no test coverage detected