diff --git a/packages/react-native/Libraries/LogBox/__tests__/LogBox-itest.js b/packages/react-native/Libraries/LogBox/__tests__/LogBox-itest.js index 00ef757eaf2..b59f177630f 100644 --- a/packages/react-native/Libraries/LogBox/__tests__/LogBox-itest.js +++ b/packages/react-native/Libraries/LogBox/__tests__/LogBox-itest.js @@ -781,7 +781,7 @@ describe('LogBox', () => { '\n\nCheck the top-level render call using . ' + 'It was passed a child from TestComponent. ' + 'See https://react.dev/link/warning-keys for more information.', - componentStackFrames: [], + componentStackFrames: ['', ''], isDismissable: true, }); }); @@ -818,7 +818,7 @@ describe('LogBox', () => { title: 'Console Error', message: 'Invalid prop `invalid` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.', - componentStackFrames: [], + componentStackFrames: [''], isDismissable: true, }); });