-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b37940
commit 6d88cb2
Showing
15 changed files
with
26 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
import React from 'react' | ||
import { ComponentStory, ComponentMeta } from '@storybook/react' | ||
import { combineReducers, createStore } from '@reduxjs/toolkit' | ||
import userReducer, { | ||
initialState as userInitialState, | ||
} from 'src/store/user/userSlice' | ||
import { produce } from 'immer' | ||
import { composedEnhancers } from 'src/store' | ||
import { SbReduxProvider, SbUrqlProvider } from 'src/lib/sb' | ||
import { mswWorker } from 'src/mocks/mswWorker' | ||
import { | ||
|
@@ -29,23 +23,6 @@ const Template: ComponentStory<typeof PopupHomesContent> = (args) => ( | |
<PopupHomesContent {...args} /> | ||
) | ||
|
||
const store = createStore( | ||
combineReducers({ | ||
user: userReducer, | ||
}), | ||
{ | ||
user: produce(userInitialState, (draft) => { | ||
// ! - Non-null assertion operator | ||
draft.data.user = { | ||
uid: '123456', | ||
displayName: 'Rajini Kant', | ||
email: '[email protected]', | ||
} | ||
}), | ||
}, | ||
composedEnhancers | ||
) | ||
|
||
export const Primary = Template.bind({}) | ||
Primary.args = { | ||
id: 1, | ||
|
12 changes: 5 additions & 7 deletions
12
src/components/organisms/ProductListingResults/ProductListingResults.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6d88cb2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
zillow-clone-safe – ./
zillow-clone-safe-karthickthankyou.vercel.app
zillow.iamkarthick.com
zillow-clone-safe.vercel.app
zillow-clone-safe-git-main-karthickthankyou.vercel.app