Closed juliensl closed 4 years ago
Fixed the error is calling Components[name]
outside of a React render function. At this point the Components
object is not populated. But on reload it appears again because then Components
is populated. I fixed this by rewriting the function a bit so it calls Components[name] later, when it's populated.
Hi !
In storybook, the folder with the inputs of forms does not appear at the first launch of storybook. I need to rebuild the webpack (I guess it is what happen) to see it :
I think it is a synchronous problem, but I do not know how to fix it x)
Does anybody have an idea ? :)