Chris Neale
Results
2
comments of
Chris Neale
@tunztunztunz's suggestion resolved the View component problems for me. Installing @types/three resolved all the type issues on the Three components. I also needed to add a `color` prop to the...
I can replicate this bug. A temporary workaround is to wrap the items in square brackets to turn them in to array literals; ``` testdata: - [itemkey1] - [itemkey2] -...