回答編集履歴

1

テキスト修正

2019/05/19 11:49

投稿

jun68ykt
jun68ykt

スコア9058

test CHANGED
@@ -128,9 +128,13 @@
128
128
 
129
129
  > **Special Props Warning**
130
130
 
131
- >
131
+ >
132
132
 
133
- > Most props on a JSX element are passed on to the component, however, there are two special props (ref and key) which are used by React, and are thus **not forwarded to the component.**
133
+ > Most props on a JSX element are passed on to the component, however,
134
+
135
+ > there are two special props (ref and key) which are used by React,
136
+
137
+ > and are thus **not forwarded to the component.**
134
138
 
135
139
 
136
140