-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Storyshots: running initStoryshots
fails with "require.requireActual is not a function"
#10942
Comments
I'm also experiencing this issue with React. |
@cpsTinK and @SaubereSache sorry that you're experiencing the issue. I'm going to take a look at it and see what i can come up with. Do you mind waiting a bit while i check this? |
I'm having this issue too. It started when I upgraded to from Jest 24 to 26. |
Looks like this may be the issue? Should be using |
I saw the theme #10455 and the closed #10631. Thank you for your attention to this issue. |
Downgrading to Jest 24.0.1 fixed the issue for me. |
@pelotom that seems to be the case. I was checking it and the behaviour occurs. Bumping back to Jest 24 the addon will work properly. And when the 5.3.20 version of the addon goes live i'm going to bump to jest 26 take another look at it to see if the problem persists |
We've ugpraded to Jest 26 in 6.0, but due to time constraints I don't think we can back-port that to 5.3. I tried it quickly, ran into problems, and aborted to focus on getting 6 shipped. I'd advise anybody who runs into this to upgrade to 6 |
May be this would help #10351 (comment) |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
It’s not stale
сб, 11 июля 2020 г. в 04:33, stale[bot] <notifications@github.com>:
… Hi everyone! Seems like there hasn't been much going on in this issue
lately. If there are still questions, comments, or bugs, please feel free
to continue the discussion. Unfortunately, we don't have time to get to
every issue. We are always open to contributions so please send us a pull
request if you would like to help. Inactive issues will be closed after 30
days. Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10942 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKXL7L7ICAGWUQYMYAULQ3R266ODANCNFSM4NL4RBPA>
.
|
yeah just experienced this error today |
I've updated to 6 but still getting the error. Downgrade jest to "^25.1.0"only seems to work.
Error:
|
Same here :( |
Issue still happening. Got it today with jest v26.4.0. |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
It’s not stale |
Yes it's not inactive please :( |
What's the current state of this on the latest stable version of jest and the latest stable version of storybook? |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Closing this @shilman as the issue has not presented itself for the last 2 iterations of Storybook and Jest. I've tested the tutorial and associated template in 2 separate environments. |
If you are reporting a bug or requesting support, start here:
Bug or support request summary
Created a new project for the documentation software, and got an error when running the test (step 2).
Steps to reproduce
Please specify which version of Storybook and optionally any affected addons that you're running
Screenshots / Screencast / Code Snippets (Optional)
Test code:
Error stack:
The text was updated successfully, but these errors were encountered: