Describe the bug
Not a big deal , just i am running storybook and i found that npm run storybook
Internal server error: Failed to resolve import "../ ../../components/MyFeed/ExploreOrgs" from "src/stories
/CodeFeed/ExploreOrg/index.stories.jsx". Does the file exist?
So for confirmation that it is not from my side , i checked the c2siorg/Codelabz repo [official]
Current path
import ExploreOrg from "../../../components/MyFeed/ExploreOrgs";
So the problem is that - the file is now present at that path Codelabz-final/src/components/MyFeed/discoverOrgs/OrgExplore.jsx
Go to 'Codelabz-final/src/stories/CodeFeed/ExploreOrg/index.stories.jsx'
Expected behavior
Change the path to
import ExploreOrg from "../../../components/MyFeed/discoverOrgs/OrgExplore";
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug Not a big deal , just i am running storybook and i found that
npm run storybook
So for confirmation that it is not from my side , i checked the c2siorg/Codelabz repo [official]
Current path
So the problem is that - the file is now present at that path
Codelabz-final/src/components/MyFeed/discoverOrgs/OrgExplore.jsx
Expected behavior Change the path to
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.