質問編集履歴
1
コードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,6 +46,14 @@
|
|
46
46
|
|
47
47
|
export default class Child extends React.Component {
|
48
48
|
|
49
|
+
constructor(props) {
|
50
|
+
|
51
|
+
super(props)
|
52
|
+
|
53
|
+
...
|
54
|
+
|
55
|
+
}
|
56
|
+
|
49
57
|
...
|
50
58
|
|
51
59
|
componentDidMount() {
|