Hello @audriusnavickasDB! I read your article and pulled down your repo to try it out, but after npm installing and npm start, the app loads a blank screen, most likely due to this console error:
Warning: Failed prop type: The prop `style.container` is marked as required in `ContainerDecorator`, but its value is `undefined`.
in ContainerDecorator (created by Context.Consumer)
in Unknown (created by NodeHeader)
in NodeHeader (created by TreeNode)
in li (created by Context.Consumer)
in Styled(li) (created by TreeNode)
in TreeNode (created by TreeBeard)
in ul (created by Context.Consumer)
in Styled(ul) (created by TreeBeard)
in TreeBeard (created by Stories)
in div (created by Context.Consumer)
in Styled(div) (created by ForwardRef)
in ForwardRef (created by Stories)
in Stories (created by StoriesPanel)
in div (created by Context.Consumer)
in Styled(div) (created by ForwardRef)
in ForwardRef (created by StoriesPanel)
in StoriesPanel (created by Container(StoriesPanel))
in Container(StoriesPanel) (created by storiesPanel)
in storiesPanel (created by Layout)
in div (created by Context.Consumer)
in Styled(div) (created by ForwardRef)
in ForwardRef (created by Layout)
in div (created by Context.Consumer)
in Styled(div) (created by ForwardRef)
in ForwardRef (created by Layout)
in div (created by Pane)
in Pane (created by SplitPane)
in div (created by SplitPane)
in SplitPane (created by Layout)
in Layout (created by Layout)
in div (created by Context.Consumer)
in Styled(div) (created by ForwardRef)
in ForwardRef (created by Layout)
in div (created by Layout)
in Unknown (created by Layout)
in Layout (created by Container(Layout))
in Container(Layout)
in div
i haven't found anything in the repo regarding this error so I assume its an issue with Storybook generating the components. i also tried building the components with lerna first, but that did not resolve the issue.
Hello @audriusnavickasDB! I read your article and pulled down your repo to try it out, but after npm installing and npm start, the app loads a blank screen, most likely due to this console error:
i haven't found anything in the repo regarding this error so I assume its an issue with Storybook generating the components. i also tried building the components with lerna first, but that did not resolve the issue.