squidjam

Results 23 comments of squidjam
trafficstars

I moved up to node 14 today for another reason and then updated the libs, and it's working for me now. Maybe the missing dependency has been uploaded/accepted at npm...

> Thanks for sharing. I will note that addon-storyshots is unofficially deprecated and will not be receiving updates. The preferred way to generate snapshots is with the test runner: https://github.com/storybookjs/test-runner#image-snapshot-recipe....

I'd like Storybook to be able to have Storybook use vitest instead of jest when it's installed on a vite project.

If at all possible, I'd like that if vitest is detected, test-runner uses it instead of jest. From this one could have snapshot testing, interaction tests with Playwright, test coverage....

This is also happening to me. Following the documentation leads to an error.

Having the library installed on a react 18.2 project meant that it would not want to recognize children passed as variables assuming they could be undefined. ``` Type string |...

But CTRL-A and CTRL-D won't work on command line for CI/CD, right?

The way I'm starting to look at this gets me to think that perhaps all animations should be disabled (or set at least to `--cds-global-animation-duration-instant`) when on `@media (prefers-reduced-motion)`. This...