回答編集履歴

2

テキスト追加

2020/04/18 09:38

投稿

jun68ykt
jun68ykt

スコア9058

test CHANGED
@@ -148,7 +148,7 @@
148
148
 
149
149
 
150
150
 
151
- - **動作確認用Sandbox:** [https://codesandbox.io/s/q254432-xwwxg](https://codesandbox.io/s/q254432-xwwxg)
151
+ - **動作確認用codesandbox:** [https://codesandbox.io/s/q254432-xwwxg](https://codesandbox.io/s/q254432-xwwxg)
152
152
 
153
153
 
154
154
 

1

テキスト追加

2020/04/18 09:38

投稿

jun68ykt
jun68ykt

スコア9058

test CHANGED
@@ -140,19 +140,7 @@
140
140
 
141
141
 
142
142
 
143
- ReactDOM.render(
144
-
145
- <React.StrictMode>
146
-
147
- <App />
148
-
149
- </React.StrictMode>,
150
-
151
- document.getElementById("root")
143
+ ReactDOM.render(<App />, document.getElementById("root"));
152
-
153
- );
154
-
155
-
156
144
 
157
145
 
158
146