Skip to content

Commit

Permalink
Gate Flight SSR test
Browse files Browse the repository at this point in the history
This should ideally be explicitly asserted on but some bad source mapping
Node tool is injecting a bad prepareStackTrace.
  • Loading branch information
sebmarkbage committed Jul 9, 2024
1 parent 1dec7bf commit d950c1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@ describe('ReactFlightDOMEdge', () => {
);
});

// @gate __DEV__
it('supports server components in ssr component stacks', async () => {
let reject;
const promise = new Promise((_, r) => (reject = r));
Expand Down

0 comments on commit d950c1e

Please sign in to comment.