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
I need to specify the segments prop on <CatmullRomLine />, but the segments props CatmullRomLine conflict with the segments prop in LineProps, and can only be set to undefined right now
three
version: 0.150.1@react-three/fiber
version: 8.12.0@react-three/drei
version: >=9.53.0node
version: 18.0.0npm
(oryarn
) version: 9.2.0Problem description:
I need to specify the
segments
prop on<CatmullRomLine />
, but thesegments
propsCatmullRomLine
conflict with thesegments
prop inLineProps
, and can only be set to undefined right nowRelevant code:
Suggested solution:
Suggest rename newly added
segments
prop inLineProps
(9.53.0) to something else, so bothsegments
props can exist without conflictThe text was updated successfully, but these errors were encountered: