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.
1 parent ea364d0 commit 930d949Copy full SHA for 930d949
packages/plugin-rsc/e2e/basic.test.ts
@@ -923,9 +923,7 @@ function defineTest(f: Fixture) {
923
expect(errors).toMatchObject([
924
{
925
message: expect.stringContaining(
926
- f.mode === 'dev'
927
- ? `Hydration failed because the server rendered HTML didn't match the client.`
928
- : `Minified React error #418`,
+ f.mode === 'dev' ? `Hydration failed` : `Minified React error #418`,
929
),
930
},
931
])
0 commit comments