We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16abde0 commit 1460652Copy full SHA for 1460652
src/features/posts/components/NewPostModal/NewPostModal.stories.tsx
@@ -21,7 +21,6 @@ export default meta
21
type Story = StoryObj<typeof NewPostModal>
22
23
const defaultRenderFn: Story['render'] = (args) => {
24
- // eslint-disable-next-line react-hooks/rules-of-hooks
25
const modalProps = useDisclosure({ defaultIsOpen: true })
26
27
return (
0 commit comments