You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip `waitForHydration()` for components without client directives. You can also manually check for hydration by waiting for the `ssr` attribute to be removed:
267
-
268
-
```ts
269
-
awaitexpect
270
-
.element(screen.getByTestId("my-island"))
271
-
.not.toHaveAttribute("ssr");
272
-
```
266
+
Skip `waitForHydration()` for components without client directives.
0 commit comments