storybook-state icon indicating copy to clipboard operation
storybook-state copied to clipboard

Manage component state in React storybook.

Results 17 storybook-state issues
Sort by recently updated
recently updated
newest added

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

**yarn spit this into my face today:** warning " > @dump247/[email protected]" has incorrect peer dependency "@storybook/addons@^3.2.16". **rellevant packages:** "@dump247/storybook-state": "^1.6.1", "@storybook/addons": "^5.1.9", "@storybook/react": "^5.1.9", not sure how to fix this...

See comment: https://github.com/dump247/storybook-state/commit/1741d3eb87be1736377f008f6c368925587e149e#r34210654 Unfortunately this change (https://github.com/dump247/storybook-state/commit/1741d3eb87be1736377f008f6c368925587e149e) breaks some test setups that run on node, as import stays in the bundle, but is not yet officially supported by node (without...

This is possbly the same bug as reported in #10, but since I still experience the issue with `1.6.0` as well, I thought I’d open a new ticket. ## Issue...

Hi, I keep getting below warning despite I have installed @storybook/addons version 5.1.1 in the package. `npm WARN @dump247/[email protected] requires a peer of @storybook/addons@^3.2.16 but none is installed. You must...

I'm using `storybook-addon-smart-knobs`, but when I wrap my component with `withState`, the smart knobs don't appear anymore. Any idea why?

Can you use this as a deocorator? I didn't see an example of that use.

question