質問編集履歴

2

快晴

2018/01/26 07:16

投稿

MOTOMUR
MOTOMUR

スコア195

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

1

改定

2018/01/26 07:15

投稿

MOTOMUR
MOTOMUR

スコア195

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,11 @@
4
4
 
5
5
  ```terminal
6
6
 
7
- 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.
7
+ Invariant Violation: Element type is invalid: expected a string (for built-in components)
8
+
9
+ or a class/function (for composite components) but got: undefined.
10
+
11
+ You likely forgot to export your component from the file it's defined in.
8
12
 
9
13
  ```
10
14