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
fix(Outline,SelectiveBloom): guard against unattached refs, make all effect options reactive
Copilot review: resolveRef can return null before a ref attaches, which
crashed effect.selection.set()/addLight. Filtered nulls, and fixed
ObjectRef's own type to admit null so tsc catches this going forward.
Also enumerated the remaining BloomEffectOptions/OutlineEffect options
explicitly instead of an unstable ...props spread, so they update
reactively instead of only applying on first mount.
0 commit comments