You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Describe the bug
A clear and concise description of what the bug is.
Consider the following code
If I then log the output of
args.zoom
in my story, it returnsundefined
(because it is falsey, I believe)If I set the defaultValue to 1, when logged it returns
1
To Reproduce
Steps to reproduce the behavior:
1 - Set argType default value to
0
2 - Log output inside story
Expected behavior
A clear and concise description of what you expected to happen.
defaultValue: 0
console.log(args.zoom)
// 0Is this my own error or is it a bug?
The text was updated successfully, but these errors were encountered: