1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

「TypeError: Reduce of empty array with no initial value」の解決方法

1
Posted at

はじめに

Reactでreduceを使った時にエラーがおきた。

問題

Uncaught TypeError: Reduce of empty array with no initial value

コンソールにこれが表示されて、画面にアプリがなにも表示されない。

解決方法

reduce対象の配列に初期値を入れる。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?