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
It's one of the properties of Container added via withContainer when exporting from Line.js. Probably other components have the same problem. It looks like it could be fixed by adding a new ContainerProps type with just renderWrapper: boolean to type exports that currently include MotionProps, which is the current way other props on the Container are being exposed (ex).
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
In 0.87, renderWrapper shows as a TS error:
It's one of the properties of
Container
added viawithContainer
when exporting from Line.js. Probably other components have the same problem. It looks like it could be fixed by adding a newContainerProps
type with justrenderWrapper: boolean
to type exports that currently includeMotionProps
, which is the current way other props on the Container are being exposed (ex).The text was updated successfully, but these errors were encountered: