-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: better handle readonly InputType options
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6983377
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Cherry Would you mind cutting a release for this change? I use readonly arrays for
options
frequently in my project so I'll need this change for completing my storybook v8 upgrade. Thanks! :)Update: Please disregard this comment - I noticed this was tagged in 0.1.5 so double checked what I have and it seems npm mixed up the install somehow. I should be able to fix my issues by just reinstalling, apologies for any confusion caused here
Update 2: I see you made the MR to get this change in here: storybookjs/storybook#26958. Thanks for that!