Wagtail client-side components
    Preparing search index...
    reducer: Reducer<
        { comments: CommentsState; settings: SettingsState },
        Action | UpdateGlobalSettingsAction,
        Partial<{ comments: never; settings: never }>,
    > = ...