Replies: 1 comment
-
Makes sure you included the client bundle Alternatively you can add it to const stream = renderToPipeableStream(<App />, {
bootstrapScripts: ['/static/main.js'],
onAllReady() {
// ...
} As mentioned in the React documentation if you omit it it won't hydrate your components at all. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
using react-18-ssr https://github.com/module-federation/module-federation-examples/tree/master/react-18-ssr
example i am stuck at using client side element as named in the title.
anyone experiencing the same issue?
Beta Was this translation helpful? Give feedback.
All reactions