MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / shouldComponentUpdate

Method shouldComponentUpdate

xadmin-dashboard/src/widgets/SVG.js:6–8  ·  view source on GitHub ↗
(nextProps, nextState)

Source from the content-addressed store, hash-verified

4class SVG extends React.Component {
5
6 shouldComponentUpdate(nextProps, nextState) {
7 return false
8 }
9
10 render() {
11 return <ReactSVG {...this.props} />

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected