This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Description
The "Smart/Presentational Components" section of readme says that pipe(withProps({}), Component) is a supported use case.
The implementation of pipe() is concise and elegant. Unfortunately it doesn’t work when the supplied Component was created by e.g. React.forwardRef() and thus is not a function but an object.
Could you add support for such components as well?