oeyoews / neotw-tiddlers

由Tiddlywiki 记录的一些闪念笔记,主题笔记,词条笔记,项目笔记. 核心就是日记
https://tiddlywiki-starter-kit.vercel.app
Other
0 stars 1 forks source link

默认props #59

Closed oeyoews closed 7 months ago

oeyoews commented 7 months ago

BooleanPropGood 组件中,当 HungryMessage 组件的 isHungry prop 未显式传递时,默认为 true。这是因为在 React 中,当你不提供某个 prop 时,它会被默认为 true。所以,第一个 HungryMessage 没有显式传递 isHungry,因此它的 isHungry prop 默认为 true