質問編集履歴
2
快晴
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
export defaultでよく見られるログ。
|
1
|
+
export defaultでよく見られるログ。これってAppRegistryのエラーでも出て来る?
|
body
CHANGED
File without changes
|
1
改定
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)
|
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忘れるとこのようなログが出るらしい。
|