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: conditionally set service domain outputs when disabled (#216)
Previously, service domain output locals were always set, even when the
module was disabled. This caused issues with downstream references. Now,
these locals are set to null when the module is not enabled, preventing
unintended values and improving conditional logic handling.
0 commit comments