Varun Vachhar

Results 29 comments of Varun Vachhar

@TheTedAdams yes, I'll be working on this next. The extension currently mutates the DOM so there are some challenges in resetting it back to the original state. Just trying to...

@tordans could you share some sample SVGs that simulate this issue?

@lharby I am close to wrapping up same origin support for now. But, I have not found an solution for cross domain. The browser blocks access to those embedded documents....

This is an interesting one. What were you thinking of configuring? Start and end values or transition too? ```js { hovers: { dim: { from: 1, to: .8, easing: 'ease-in',...

@aholachek yea you should be okay to upgrade to SB 6. You'll need to upgrade your storybook specific dependencies to the latest ``` "@storybook/addon-actions": "^5.3.18", "@storybook/addon-knobs": "^5.3.18", "@storybook/addon-viewport": "^5.3.18", "@storybook/react":...

Starting with 6.0, Storybook expects you to use a preset. tldr is to place a es5 `preset.js` file at the root of your project. We have an example setup in...

@forivall we have some logic in there to handle relative images. But, it doesn't always work. Same on NPM. They try to match it but, it doesn't always work. I...

@JReinhold would be nice to add a field for reproduction i.e., not just steps but an actual repo/gist

I believe this is because we need credentials to make queries for the homepage. I’ll look at an alternative option so that folks can run it without the creds.

This is now supported: https://www.chromatic.com/docs/viewports/#using-defaultviewport