Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong path file in Codelabz-final/src/stories/CodeFeed/ExploreOrg/index.stories.jsx #35

Closed
manzil-infinity180 opened this issue Feb 4, 2024 · 2 comments · May be fixed by #97
Closed
Labels

Comments

@manzil-infinity180
Copy link

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?

Screenshot 2024-02-05 at 1 45 06 AM

So for confirmation that it is not from my side , i checked the c2siorg/Codelabz repo [official]

Screenshot 2024-02-05 at 1 49 40 AM

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

  1. 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.

Copy link

github-actions bot commented Mar 6, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Mar 6, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment