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:
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: