v1.0.0-rc.4
BREAKING
As of this release, you must use parameters
instead of args
to configure your stories:
export const Hover = () => <Button>Label</Button>
Hover.parameters = { pseudo: { hover: true } }
This is necessary to avoid the pseudo
object from getting passed to your component via props
.