Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Forget Last Child option, bugfixing, optimisation

Compare
Choose a tag to compare
@asgvard asgvard released this 11 Feb 14:56
· 137 commits to master since this release

Added Forget Last Child option in order to ignore "auto focus last child" default logic.
Fixed TypeError caused when trying to enhance immutable component with setPropTypes, that tries to set static prop on non-extensible object.
Optimised compose wrappers call, removed unnecessary function wrap.