2023年6月28日 オブジェクトのValueとしてReactのComponentを渡す Copy const obj = { hoge: ComponentName } const obj = { hoge: () => ComponentName({props}) }