标签: reactjs storybook
所以我的故事书RadioButton和RadioButtonWithIcons中有两个组成部分。在两个组件的初始渲染时,我componentDidMount开始做一些工作。然后ComponentDidUpdate将触发组件中的任何更改。
RadioButton
RadioButtonWithIcons
componentDidMount
ComponentDidUpdate
但如果我从侧面板从RadioButton切换到RadioButtonWithIcons,则会立即触发RadioButtonWithIcons ComponentDidUpdate ...为什么会这样发生?