You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After ejecting app, storybook is unable to load react-scripts so it uses default config causing errors. So react-scripts has to be added manually.
We should write a custom script for ejecting app which will include these steps:
rename scripts folder (ejecting will work if scripts folder doesn't already exist)
commit (ejecting will work if there are no active changes)
eject
add react-scripts package to the project
The text was updated successfully, but these errors were encountered:
After ejecting app, storybook is unable to load
react-scripts
so it uses default config causing errors. Soreact-scripts
has to be added manually.We should write a custom script for ejecting app which will include these steps:
scripts
folder (ejecting will work ifscripts
folder doesn't already exist)react-scripts
package to the projectThe text was updated successfully, but these errors were encountered: