質問編集履歴

1

孫要素のpropsの削除

2022/07/23 07:36

投稿

teto_plw
teto_plw

スコア57

test CHANGED
File without changes
test CHANGED
@@ -49,7 +49,7 @@
49
49
 
50
50
  ===孫要素===
51
51
 
52
- export const GrandChildContent = (props) => {
52
+ export const GrandChildContent = () => {
53
53
  const ChangeButton = (props) => {
54
54
  const isState = false;
55
55
  props.ChangeState(isState);