Stupidism / stupid-rc-starter

Hoc-style React Component Starter with storybook integrated
https://stupidism.github.io/stupid-rc-starter/
MIT License
6 stars 2 forks source link

render twice when HMR(hot module reload) #5

Closed Stupidism closed 7 years ago

Stupidism commented 7 years ago

As I tested, even the first version behaves like this. But wierd thing is the Component I wrote to update can make this only update once.

Stupidism commented 7 years ago

Checked, It was a bug before in that commit. Now it's fixed. It's still a problem of storybook. https://github.com/storybooks/storybook/issues/1120