Improve on storybook
paibamboo opened this issue · 1 comments
paibamboo commented
- Function details are not shown inside Story Source. It will be written
function noRefCheck() {}
instead. See storybookjs/storybook#7236. - We need to be able to change state of the parent container on when user interacts with documented component. For example,
Checkbox
component withchecked
prop that's eithertrue
orfalse
. - We need to relax our lint rules for
*.stories.tsx
files such asjsx-no-lambda
orreact-this-binding-issue
.