Props and undefined value
- New
props(object)
feature added, assert on multiple props on a component. - Changes to
attr
,prop
,state
assertions if value argument is set to undefined then it will assert the props value. E.g.prop(key) === undefined
rather than saying the prop is missing.