parentProps in props (Preact)
Opened this issue · 0 comments
jchn commented
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
.