We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32bd1b commit a95dd51Copy full SHA for a95dd51
src/pure.js
@@ -124,7 +124,7 @@ function createConcurrentRoot(
124
/* istanbul ignore if */
125
if (!hydrate) {
126
throw new Error(
127
- 'Attempted to hydrate a non-hydrateable root. This is a bug in `@testing-library/react`.',
+ 'Attempted to hydrate a non-hydratable root. This is a bug in `@testing-library/react`.',
128
)
129
}
130
// Nothing to do since hydration happens when creating the root object.
0 commit comments