MCPcopy
hub / github.com/NervJS/nerv / constructor

Function constructor

packages/nerv/__tests__/refs.spec.js:86–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 let outerC
85 class Outer extends Component {
86 constructor () {
87 super()
88 rerender = () => this.forceUpdate()
89 this.state = {
90 reset: false
91 }
92 }
93 render () {
94 return !this.state.reset ? (
95 <div>

Callers

nothing calls this directly

Calls 1

forceUpdateMethod · 0.80

Tested by

no test coverage detected