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
Type 'number' is not assignable to type 'Vector2'.ts(2322)
MeshStandardMaterial.d.ts(138, 5): The expected type comes from property 'normalScale' which is declared here on type 'ExtendedColors<Overwrite<Partial<MeshStandardMaterial>, NodeProps<MeshStandardMaterial, [MeshStandardMaterialParameters]>>>'
⚠ Error (TS2322) |
Type number is not assignable to type Vector2
(property) normalScale?: Vector2 | undefined
The text was updated successfully, but these errors were encountered:
normalScale
can be used with numbers, it works correctly. But the type doesn't allow numbers:The text was updated successfully, but these errors were encountered: