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

Uncaught TypeError: ({}) is not a function #101

Closed
jhswart opened this issue Aug 21, 2020 · 2 comments
Closed

Uncaught TypeError: ({}) is not a function #101

jhswart opened this issue Aug 21, 2020 · 2 comments
Labels
type: bug Something isn't working

Comments

@jhswart
Copy link

jhswart commented Aug 21, 2020

Version

@nuxtjs/storybook: v2.1.0
nuxt: v2.14.3
@nuxt/typescript-runtime: v1.0.0
@nuxt/typescript-build: v2.0.2

Steps to reproduce

Run storybook through npm: npm run storybook
Where package.json is setup as:

"storybook": "nuxt storybook -s ./static -p 6006"

What is Expected?

Storybook starts and shows stories.

What is actually happening?

Storybook loads doesn't show stories and in console.log it shows:

Screenshot 2020-08-21 at 13 36 55

Screenshot 2020-08-21 at 13 33 51

(The error occurs in entry.js)

@jhswart jhswart added the type: bug Something isn't working label Aug 21, 2020
@farnabaz
Copy link
Collaborator

farnabaz commented Sep 27, 2020

Could you provide a reproduction project? I've tested in a new project and it works fine for me.

@jhswart
Copy link
Author

jhswart commented Oct 2, 2020

This seems to have been fixed in v2.2.1

@jhswart jhswart closed this as completed Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants