v1.3.0
Breaking change
The props
object that was wrapping all given props to the component was removed, so is no longer necessary to expect a props
prop.
This is a major break on components because if your component inside your modal is expecting props.firstname
now will receive just firstname
, causing errors if you're not aware of it.