MCPcopy Create free account
hub / github.com/kenberkeley/react-demo / componentWillMount

Method componentWillMount

src/components/404.js:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 }
7
8 componentWillMount() {
9 alert('404 NOT FOUND')
10 this.context.router.replace('/')
11 }
12
13 render () {
14 // 非实体组件需显式返回 null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected