You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Types for IMaskMixin are not correct and don't unwrap inner component's props correctly. The example uses bare bone Styled Component, that passes outer ref.
Describe the bug
Types for
IMaskMixin
are not correct and don't unwrap inner component's props correctly. The example uses bare bone Styled Component, that passes outerref
.This migt be related to #996 or #1002
To Reproduce
There are types errors due to conflicting types and uncorrect unwrap.
Looks
IMaskMixin
injects conflicting props to inner component ie.size
. Props on outer component do not expose props from inner component.Expected behavior
Types are unwrapped and used correctly. Any custom prop types should be either prioritized or merged together with output union type.
Environment:
7.5.0
7.5.0
The text was updated successfully, but these errors were encountered: