Steven Sacks

Results 10 issues of Steven Sacks

Regarding this breaking change: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#dropped-support-for-addon-actions-adddecorators "In SB6.5, decorators are applied always. " The official way in Chromatic to diff both dark and light mode is to conditionally render a decorator...

bug
needs triage

This issue is a: - Question / support request I published my component, of which I only want a single default export. I don't want any of the nested files...

``` index.js:2178 Warning: React does not recognize the `columnWidth` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it...

Changes required to make this addon installable/compatible with Storybook 6.5 and React 18. Major version update since it's possibly not backwards compatible.

## Problem Description https://github.com/srowhani/sass-lint-auto-fix/blob/master/package.json#L65 This github dependency is preventing installing your library on my company network (and I'm sure others). Can you please change this to be a normal dependency?...

> What is the current behavior? If `in` and `appear` are `true` on first render, and `classNames` contains a value for `enterDone` and you do not provide `appearDone`, you get...

https://github.com/zeit/styled-jsx Currently, this requires ejecting because of its babel requirement. Is there a way to add this to CRS? https://github.com/zeit/styled-jsx/issues/118

Hello! Thanks for your nice and clean debounce function. Lodash's is powerful but overly complicated for most use. I optimized your code and also wrote it for ES6. 1. You...

### Describe the bug Running `npx sb@latest upgrade` for version 8.3.2 has two issues: ## Regression bug with pinned dependencies There was a previous fix where if the package.json dependency...

bug
sev:S2

I wanted to snake case my FormData beforeRequest. The [ky-hooks-change-case](https://github.com/alice-health/ky-hooks-change-case) library only works with non-FormData. So, I wrote my own. ```ts export const snakeCaseBody = (original) => { if (original...