Commit f42a9fe
committed
fix(core): optional chaining on renderer state as it can be null during nullifying state of previous object downstream
The custom materials were erroring out because we nullifying previous
object renderer state in a computed. That happens BEFORE *args receives
the new computed and destroy the ref.1 parent a560270 commit f42a9fe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
0 commit comments