This repository has been archived by the owner on Aug 13, 2023. It is now read-only.
Many storybook stories do not work after install:packages:link
#756
Labels
bug
Something isn't working
simorgh-core-stream
ws-articles
Tasks for the WS Articles Team
ws-home
Tasks for the WS Home Team
Describe the bug
When a developer runs the
install:packages:link
script, around half of the stories in storybook do not loadTo Reproduce
npm run install:packages:link
npm run storybook
and navigate through the storiesExpected behavior
Stories load and show the components
Screenshots
![Screen Shot 2019-07-02 at 16 34 30](https://user-images.githubusercontent.com/8601460/60528109-a28e6780-9ceb-11e9-9c77-a264608bb143.png)
Additional context
It was noted that the stories that error in this way all appear to be using
inputProvider
function - this is likely the cause of the issueThere is also a version mismatch in most of the packages, although Lerna's
--hoist
flag reportedly handles this scenario correctly, soinputProvider
is likely the problemThe text was updated successfully, but these errors were encountered: