Open mf-bruce opened 1 year ago
Thank you for contributing! We’re marking this issue as stale as a gentle reminder to revisit it and give it the attention it needs to move forward.
Any activity, like adding an update or comment, will automatically remove the stale label so it stays on our radar.
Feel free to reach out on Discord if you need support or feedback from the community. This issue will close automatically soon if there’s no further activity. Thank you for understanding and for being part of the project!
three
version: 0.143.0@react-three/fiber
version: 8.12.0@react-three/drei
version: 9.58.4node
version: NAnpm
(oryarn
) version: NAProblem description:
When using the
vertexColors
prop on theLine
component the component does not get drawn and instead I see repeated instances of the following gl error:I have found that if
color
is additionally specified, the error goes awayRelevant code:
See example here: https://codesandbox.io/s/line2d-forked-l080om?file=/src/App.js:396-549
Suggested solution: