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
Stage 0's EmitSettingsPanel only exposes a master toggle. Spec section 8.10 calls for per-event toggles stored in the emit_disabled: Set<LifecycleEvent> (schema already supports this). Extend the panel to render one checkbox per lifecycle event.
Stage 0's
EmitSettingsPanelonly exposes a master toggle. Spec section 8.10 calls for per-event toggles stored in theemit_disabled: Set<LifecycleEvent>(schema already supports this). Extend the panel to render one checkbox per lifecycle event.