-
Notifications
You must be signed in to change notification settings - Fork 8
v1.1.2 breaking change #29
Comments
All right, so this is exposing a problem on our end. If you call The error message is also fairly hard to decipher. I'm not sure if this is something y'all want to address, but I'll leave this open just in case. Feel free to label with a |
Hi @majapw |
Still get the problem with ❌ Fail cases: action('default');
action('1'); // (It will be parsed into Number type.) ✅ My workaround is to add some prefix: action('kind: default');
action('index: 1'); // (Number) |
Is there anything we need to follow up upon? Or can this be closed now? |
Okay, documentation improvement is quite enough. |
I'm still investigating, but #24 appears to have broken our storybook. Specifically we're seeing:
Which suggests that
name
in https://github.com/storybooks/storybook-addon-actions/blob/master/src/preview.js#L30 is undefined. We're going to peg to the previous version for now while we investigate, but I wanted to open this issue for tracking.The text was updated successfully, but these errors were encountered: