aaronzshey / react-hexgrid

Build interactive hexagon grids with React
https://main--66a5393443e58f4dc4f0ca6b.chromatic.com/
MIT License
1 stars 0 forks source link

Drag and Drop story is disabled #4

Closed aaronzshey closed 3 months ago

aaronzshey commented 3 months ago

ts output:

> tsc

src/stories/drag-and-drop/drag-and-drop.story-disabled.tsx:2:10 - error TS2724: '"@storybook/react"' has no exported member named 'ComponentStory'. Did you mean 'composeStory'?

2 import { ComponentStory, ComponentMeta } from "@storybook/react"
           ~~~~~~~~~~~~~~

src/stories/drag-and-drop/drag-and-drop.story-disabled.tsx:2:26 - error TS2305: Module '"@storybook/react"' has no exported member 'ComponentMeta'.

2 import { ComponentStory, ComponentMeta } from "@storybook/react"
                           ~~~~~~~~~~~~~

Found 2 errors in the same file, starting at: src/stories/drag-and-drop/drag-and-drop.story-disabled.tsx:2