Changelog
4.1.0
Pass thru the export for React's useContext
hook.
Changelog
4.0.1
Fixed bug with use of key
prop with components created using fromClass
.
Changelog
3.2.1
Changed rendering of children to replace undefined
children with null
children, because React.Fragment
apparently does not like undefined
children.