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

This is closed due to some issues don't go through it. #80

Closed
wants to merge 1 commit into from
Closed

This is closed due to some issues don't go through it. #80

wants to merge 1 commit into from

Conversation

Hemu21
Copy link

@Hemu21 Hemu21 commented Feb 24, 2024

Updating the index.stories.jsx. because of incorrect import storybook shows error. while opening the card/ Card-Tabs. Now I fixed it.

Description

I changed the index.stories.jsx file inside the src/stories/CodeFeed/ExploreOrg folder. To help developer it update the bug inside the storybook.

Related Issue

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

steps to reproduce

  • Inside the root folder Go to /src/stories/CodeFeed/ExploreOrg/
  • There you will find index.stories.jsx file.
  • Inside This Make sure That import Should be like below
import ExploreOrg from "../../../components/MyFeed/ExploreOrgs";
  • Now Run the below command in root folder
npm run storybook

-Make sure remaining commands are running provided in contribution guide

-You will see below error

issue#35

Link of the Issue

https://github.com/c2siorg/Codelabz/issues/35

Motivation and Context

While Testing the website We can get so many errors. While loading components we facing so many issues. storybook inside the project directory helps us to find the components present in it and are the mounting or not. This is will help the developers or contributors.

How Has This Been Tested?

  • Set-up the Project.
  • Inside the root folder Go to /src/stories/CodeFeed/ExploreOrg/
  • There you will find index.stories.jsx file.
  • Inside This Make sure That import Should be like below
import ExploreOrg from "../../../components/MyFeed/discoverOrgs/OrgExplore";
  • Now Run the below command in root folder
npm run storybook

-Make sure remaining commands are running provided in contribution guide

  • You will find the bug fixed as below image.

Screenshots or GIF (In case of UI changes):

issue#35_solved

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Review Request

@Maahi10001 @ABHISHEK-PANDEY2 @Shiva-Nanda @c2sibot Please Review My PR. Approve My PR

@Hemu21 Hemu21 closed this by deleting the head repository Feb 25, 2024
@Hemu21 Hemu21 changed the title Wrong path file in Codelabz-final/src/stories/CodeFeed/ExploreOrg/index.stories.jsx #35 Fixed This is closed due to some issues don't go through it. Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong path file in Codelabz-final/src/stories/CodeFeed/ExploreOrg/index.stories.jsx
1 participant