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 2404ae1 commit 1a18e2fCopy full SHA for 1a18e2f
test/integration/ssr.spec.tsx
@@ -174,7 +174,7 @@ describe('New v8 serverState behavior', () => {
174
expect(consoleErrorSpy).toHaveBeenCalledOnce()
175
176
expect(errorArg.message).toMatch(
177
- /Hydration failed because the server rendered HTML didn't match the client/,
+ /Hydration failed because the server rendered (HTML|text) didn't match the client/,
178
)
179
} else if (IS_REACT_18) {
180
expect(consoleErrorSpy).toHaveBeenCalledTimes(8)
0 commit comments