Skip to content

Commit

Permalink
fix: end script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Ringrose committed Aug 9, 2024
1 parent c3304dd commit b308293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/reactSSR/src/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default (input: {
document.getElementById('root'),
App(${JSON.stringify(input.serverState)})
);
</script
</script>
</body>
</html>
`;

0 comments on commit b308293

Please sign in to comment.