File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/compass-aggregations/src/components/focus-mode Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ export const FocusModeStageInput = connect(
184184 } ,
185185 } : RootState ) => {
186186 if ( stageIndex === - 1 ) {
187- return null ;
187+ return { } ;
188188 }
189189
190190 const previousStageIndex =
@@ -216,7 +216,7 @@ export const FocusModeStageInput = connect(
216216 ( isAtlasOnlyStage ( previousStage . stageOperator || '' ) &&
217217 isMissingAtlasOnlyStageSupport )
218218 ) {
219- return null ;
219+ return { } ;
220220 }
221221
222222 return {
@@ -238,7 +238,7 @@ export const FocusModeStageOutput = connect(
238238 } ,
239239 } : RootState ) => {
240240 if ( stageIndex === - 1 ) {
241- return null ;
241+ return { } ;
242242 }
243243 const stage = stages [ stageIndex ] ;
244244 const isMissingAtlasOnlyStageSupport = isMissingAtlasStageSupport (
You can’t perform that action at this time.
0 commit comments