Skip to content

Commit 404c603

Browse files
committed
fixup! [Fizz] Current behavior for captureOwnerStack in onError when render is aborted
1 parent 2823c15 commit 404c603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/react-server/src/__tests__/ReactServer-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('ReactServer', () => {
4848
expect(result.root).toEqual(div('hello world'));
4949
});
5050

51-
it('has Owner Stacks when aborted', async () => {
51+
it('has Owner Stacks in DEV when aborted', async () => {
5252
function Component({promise}) {
5353
React.use(promise);
5454
return <div>Hello, Dave!</div>;

0 commit comments

Comments
 (0)