[V6.2.9] Control type OBJECT's value is not set on initial load
See original GitHub issueBUG DESCRIPTION
- Controls of object type is not set on initial load of story:
- But it will be set once you click on Reset controls button.
System
npx sb@next info
output:
Environment Info:
System:
OS: macOS 11.2.2
CPU: (8) x64 Intel(R) Core(TM) i7-1068NG7 CPU @ 2.30GHz
Binaries:
Node: 12.22.1 - ~/.nvm/versions/node/v12.22.1/bin/node
npm: 6.14.12 - ~/.nvm/versions/node/v12.22.1/bin/npm
Browsers:
Chrome: 91.0.4472.106
Firefox: 89.0
Safari: 14.0.3
npmPackages:
@storybook/addon-a11y: ^6.2.1 => 6.2.9
@storybook/addon-actions: ^6.2.1 => 6.2.9
@storybook/addon-essentials: ^6.2.1 => 6.2.9
@storybook/addon-knobs: ^6.2.1 => 6.2.9
@storybook/addon-links: ^6.2.1 => 6.2.9
@storybook/addon-options: ^5.3.21 => 5.3.21
@storybook/react: ^6.2.1 => 6.2.9
@storybook/theming: ^6.2.1 => 6.2.9
Additional context
ℹ️ : Last time this worked for us was in version 6.2.1
❗
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
[V6.2.9] Control type OBJECT's value is not set on ... - Issuehunt
BUG DESCRIPTION. Controls of object type is not set on initial load of story: image. But it will be set once you click...
Read more >Fix list for WebSphere MQ V6 - IBM
WebSphere MQ provides periodic fixes for release 6.0. The following is a complete listing of available and scheduled fixes for Version 6.0 with...
Read more >register_post_type() | Function
An array of labels for this post type. If not set, post labels are inherited for non-hierarchical types and page labels for hierarchical...
Read more >QEMU User Documentation - manpages.ubuntu!
To create a device which is not created automatically and set properties on it, ... try to boot from network first, then from...
Read more >Mongoose v6.8.1: Schemas
We may also define our own custom document instance methods. // define a schema const animalSchema = new Schema({ name: String, type ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @shilman, sure: https://github.com/danielbeckmann/storybook-issue-15272 The steps to reproduce are in the
README.md
file.This is indeed a strange one. @ghengeveld I reproduced but it’s not immediately obvious what’s going on here. Can you please take a look?