We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Storybook addon-links v7.0.0-beta.24, I'm encountering 2 issues:
LinkTo
JSX element type 'LinkTo' does not have any construct or call signatures.
linkTo()
(0 , _storybook_addon_links_react__WEBPACK_IMPORTED_MODULE_2__.linkTo) is not a function
I created the app the following way:
npx create-next-app@latest --ts
npx storybook@future init
main.js
nextjs
export default { ... "framework": { "name": "@storybook/nextjs", "options": {} } }
npx sb@next upgrade --prerelease
npx sb@next migrate csf-2-to-3 --glob="**/*.stories.tsx"
npm run storybook
Environment Info: System: OS: macOS 13.0.1 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Binaries: Node: 16.19.0 - ~/.nvm/versions/node/v16.19.0/bin/node npm: 8.19.3 - ~/.nvm/versions/node/v16.19.0/bin/npm Browsers: Chrome: 108.0.5359.124 Firefox: 108.0.1 Safari: 16.1 npmPackages: @storybook/addon-essentials: ^7.0.0-beta.24 => 7.0.0-beta.24 @storybook/addon-interactions: ^7.0.0-beta.24 => 7.0.0-beta.24 @storybook/addon-links: ^7.0.0-beta.24 => 7.0.0-beta.24 @storybook/nextjs: ^7.0.0-beta.24 => 7.0.0-beta.24 @storybook/react: ^7.0.0-beta.24 => 7.0.0-beta.24 @storybook/react-webpack5: ^7.0.0-beta.24 => 7.0.0-beta.24 @storybook/testing-library: ^0.0.14-next.1 => 0.0.14-next.1
No response
The text was updated successfully, but these errors were encountered:
Olé!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-beta.32 containing PR #20671 that references this issue. Upgrade today to the @next NPM tag to try it out!
@next
Sorry, something went wrong.
ndelangen
No branches or pull requests
Describe the bug
Using Storybook addon-links v7.0.0-beta.24, I'm encountering 2 issues:
LinkTo
shows the following type error:JSX element type 'LinkTo' does not have any construct or call signatures.
linkTo()
gives the following error in Storybook:To Reproduce
I created the app the following way:
npx create-next-app@latest --ts
npx storybook@future init
main.js
to usenextjs
as framework:npx sb@next upgrade --prerelease
npx sb@next migrate csf-2-to-3 --glob="**/*.stories.tsx"
LinkTo
andlinkTo()
example.npm run storybook
System
Additional context
No response
The text was updated successfully, but these errors were encountered: