質問編集履歴

2

<span>の閉じ括弧を追加修正しました。

2018/05/16 09:35

投稿

hitominjar
hitominjar

スコア19

test CHANGED
File without changes
test CHANGED
@@ -435,3 +435,19 @@
435
435
  88 | type="text"
436
436
 
437
437
  ```
438
+
439
+
440
+
441
+ ### <span>の閉じ括弧を追加修正しました。
442
+
443
+
444
+
445
+ 次にこのようなエラーが出たのですが、何が問題なのでしょうか。。。><
446
+
447
+
448
+
449
+ ```console
450
+
451
+ Warning: _renderNewRootComponent(): Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate. Check the render method of StartApplication.
452
+
453
+ ```

1

回答していただいた部分について修正したところ、新たなエラーが起こりました

2018/05/16 09:35

投稿

hitominjar
hitominjar

スコア19

test CHANGED
File without changes
test CHANGED
@@ -402,4 +402,36 @@
402
402
 
403
403
 
404
404
 
405
- 何か追加で必要な情報があればお答えできます><
405
+ 何か追加で必要な情報があればお答えでき
406
+
407
+
408
+
409
+
410
+
411
+ ### ※<div>が二回続く部分を修正しました。
412
+
413
+
414
+
415
+ 次はこの部分にエラーが起こっているようなのですが、何が問題なのでしょうか?><
416
+
417
+ ``` console
418
+
419
+ bundle.js:27598 Uncaught Error: Module build failed: SyntaxError: Unexpected token (85:8)
420
+
421
+
422
+
423
+ 83 | <span style={{ marginRight: '8px', fontSize: '12px' }}
424
+
425
+ 84 | キーワードで絞り込む:
426
+
427
+ > 85 | </span>
428
+
429
+ | ^
430
+
431
+ 86 | {/* 配列を絞り込むための値を入力するためのinput要素 */}
432
+
433
+ 87 | <input
434
+
435
+ 88 | type="text"
436
+
437
+ ```