question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Storybook 6.4.0 - TypeError: Cannot read properties of undefined (reading 'removeAllListeners')

See original GitHub issue

When updating my project to storybook 6.4.0 I am getting a TypeError: Cannot read properties of undefined (reading 'removeAllListeners') error message when running creevey:

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:18
  • Comments:12

github_iconTop GitHub Comments

18reactions
wKichcommented, Dec 13, 2021

Oh… I really didn’t know, that so many projects use Creevey 😃 I’m so sorry folks for the huge delay. There were pretty busy the last few months. It’s very hard to maintain the current flow for interactive tests and story extraction in Creevey (especially this one https://github.com/wKich/creevey/blob/master/src/server/loaders/babel/helpers.ts). So I want to simplify things a little bit, according to the new feature interactive-stories. There is no reason to parse stories and execute tests in Creevey’s backend. All that I need to do is grab stories from a browser, provide capturing screenshot endpoint, so it can be executed from the browser. But the problem is, the test’s format will be changed.

I’ll try to do all my best to make Creevey works with SB6.4

14reactions
vincentaudebertcommented, Feb 3, 2022

Hi @wKich

Just wondering if any progress has been made on this? Thanks a lot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Storybook 6.4.0 - TypeError: Cannot read properties ... - GitHub
When updating my project to storybook 6.4.0 I am getting a TypeError: Cannot read properties of undefined (reading 'removeAllListeners') ...
Read more >
storybook cannot read properties of undefined - You.com
When updating my project to storybook 6.4.0 I am getting a TypeError: Cannot read properties of undefined (reading 'removeAllListeners') error message when ...
Read more >
Storybook Cannot read properties of undefined (reading 'type')
The TypeError: Cannot read properties of undefined (reading 'type') exception occurs in storybook when one defines the argTypes in the ...
Read more >
Configure Storybook
Configure story loading. By default, Storybook will load stories from your project based on a glob (pattern matching string) in .storybook/main.js ...
Read more >
@storybook/react: Versions | Openbase
Full version history for @storybook/react including change logs. ... 6.4.0-rc.11 ... Angular: Fix Cannot read property 'selector' of undefined (#15874) ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found