project_3D_developer_portfolio
project_3D_developer_portfolio copied to clipboard
Why 'intensity, position, object, penumbra, etc are showing undefined and 3D desktop model is visible while running "npm run dev" but later it is invisible.
Unknown property 'intensity' foundeslintreact/no-unknown-property (property) intensity?: number | undefined The light's intensity, or strength. When legacy lighting mode is disabled, the units of intensity depend on the type of light.
@remarks — Expects a Float
@defaultValue — 1
I have the same issue, did you solve it?