If I try to do something like `this.material.texture = null` this error is shown <img width="316" alt="4245" src="https://github.com/WonderlandEngine/api/assets/16962655/1bb78590-a533-4dfa-8700-a6b34f47fce6"> and this is the line <img width="323" alt="4246" src="https://github.com/WonderlandEngine/api/assets/16962655/f6918ff9-733e-4496-b1dd-68dda8b0d664"> @DavidPeicho suggested to fix this by changing it to `value?.id ?? 0`