We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actual result:
<body> <div id="root"> <div> <div style="background-color:black;color:lightgrey;padding:1rem"> <h1>Module Federation Example: Server Side Rendering</h1> <h2>This is the shell application.</h2> </div> <!--$!--><template></template><h1>Loading....</h1><!--/$--> </div> </div> <script async data-chunk="main" src="http://localhost:3000/static/main.js"></script> </body>
Expected result:
<body> <div id="root"> <div> <div style="background-color:black;color:lightgrey;padding:1rem"> <h1>Module Federation Example: Server Side Rendering</h1> <h2>This is the shell application.</h2> </div> <div style="background-color: green; color: lightgrey; padding: 1rem;"> <h2>Remote 1: Content</h2> <p>This is the content from remote 1, which will include an image component exposed by remote2. This demonstrates nested federated modules being rendered server-side.</p> <div style="background-color: red; color: lightgrey; padding: 1rem; width: 500px;"> <h2>Remote 2: Image</h2> <button style="margin-bottom: 1rem;">Click me to test i'm interactive!</button> <img src="https://i.ibb.co/jfTvC6Q/serge.jpg" alt="serge" border="0" style="width: 100%;"> </div> </div> </div> </div> <script async data-chunk="main" src="http://localhost:3000/static/main.js"></script> </body>
On server error:
Client work normal:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Actual result:
Expected result:
On server error:
![Image](https://private-user-images.githubusercontent.com/50486130/404846803-05292ded-dab0-4292-80f0-83edd1c99384.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjgzMDIsIm5iZiI6MTczOTIyODAwMiwicGF0aCI6Ii81MDQ4NjEzMC80MDQ4NDY4MDMtMDUyOTJkZWQtZGFiMC00MjkyLTgwZjAtODNlZGQxYzk5Mzg0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDIyNTMyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY3YjgwMjE3ZGFhOGFlMmJkNjFiZjE3ZmE1ODhlMzU3MGYwNGNiMmYyYzQ1NzdhNGM4Nzg0ZjIyOTQ0OWU3ODImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.S9kzked3gO5mQvMKPa4LlkXn92n4EOfXcpErgy7rAiY)
Client work normal:
The text was updated successfully, but these errors were encountered: