This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Releases: testdouble/react-decoupler
Releases · testdouble/react-decoupler
v1.1.1
v1.1: Maintain Statics when Binding Resolved Functions
Previously, if you registered a Class with any static methods that also used the withParams
option, the static methods would be missing when that Class was resolved. This is now fixed.