File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ Consider this route config:
49
49
50
50
| Component | Lifecycle Hooks called |
51
51
| -----------| ------------------------|
52
- | App | componentWillReceiveProps, componentDidUpdate |
52
+ | App | ` componentWillReceiveProps ` , ` componentDidUpdate ` |
53
53
| Home | N/A |
54
- | Invoice | componentWillReceiveProps, componentDidUpdate |
54
+ | Invoice | ` componentWillReceiveProps ` , ` componentDidUpdate ` |
55
55
| Account | N/A |
56
56
57
57
All the components that were mounted before, are still mounted, they
@@ -61,10 +61,10 @@ Consider this route config:
61
61
62
62
| Component | Lifecycle Hooks called |
63
63
| -----------| ------------------------|
64
- | App | componentWillReceiveProps, componentDidUpdate |
64
+ | App | ` componentWillReceiveProps ` , ` componentDidUpdate ` |
65
65
| Home | N/A |
66
- | Invoice | componentWillUnmount |
67
- | Account | componentDidMount |
66
+ | Invoice | ` componentWillUnmount ` |
67
+ | Account | ` componentDidMount ` |
68
68
69
69
### Fetching Data
70
70
You can’t perform that action at this time.
0 commit comments