react-spline icon indicating copy to clipboard operation
react-spline copied to clipboard

index.js:1 TypeError: Cannot read properties of undefined (reading 'r')

Open akashshyamdev opened this issue 4 years ago • 0 comments

Here's the error I get while loading a custom scene.json.

index.js:1 TypeError: Cannot read properties of undefined (reading 'r') at t.e.copy (three.min.js:2) at t.Xs.copy (three.min.js:2) at t.r.copy (index.js:1) at Function.t.fromJSON (index.js:1) at t.customParseMaterials (index.js:1) at t.parse (index.js:1) at index.js:1

I think spline has updated something in the scene.json generation and now the code's broken.

akashshyamdev avatar Sep 05 '21 06:09 akashshyamdev