parentProps in props (Preact)
Open
- Dominant language
- TypeScript
- Stars
- 929
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
When using `withHandlers` or any other hoc, the props that are passed to the component are inside of a `parentProps` object while I expect them to be directly inside of the `props` object.
**Example**:
https://codesandbox.io/s/4q6wnl3w74
In this example the prop `foo` is inside of `parentProps` when logged in `withHandlers`.
Contributor guide
Assessment
This issue has not been assessed yet.