teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

快晴

2018/01/26 07:16

投稿

MOTOMUR
MOTOMUR

スコア195

title CHANGED
@@ -1,1 +1,1 @@
1
- export defaultでよく見られるログ。
1
+ export defaultでよく見られるログ。これってAppRegistryのエラーでも出て来る?
body CHANGED
File without changes

1

改定

2018/01/26 07:15

投稿

MOTOMUR
MOTOMUR

スコア195

title CHANGED
File without changes
body CHANGED
@@ -1,7 +1,9 @@
1
1
  コーディングしていたら、このようなログが出て来て、検索をかけて見ました。
2
2
 
3
3
  ```terminal
4
- Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in.
4
+ Invariant Violation: Element type is invalid: expected a string (for built-in components)
5
+ or a class/function (for composite components) but got: undefined.
6
+ You likely forgot to export your component from the file it's defined in.
5
7
  ```
6
8
 
7
9
  検索によると、export default忘れるとこのようなログが出るらしい。