We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
captureOwnerStack
onError
1 parent 2823c15 commit 404c603Copy full SHA for 404c603
packages/react-server/src/__tests__/ReactServer-test.js
@@ -48,7 +48,7 @@ describe('ReactServer', () => {
48
expect(result.root).toEqual(div('hello world'));
49
});
50
51
- it('has Owner Stacks when aborted', async () => {
+ it('has Owner Stacks in DEV when aborted', async () => {
52
function Component({promise}) {
53
React.use(promise);
54
return <div>Hello, Dave!</div>;
0 commit comments