Skip to content
New issue

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

ssr render generated script is missing; #344

Closed
thinke5 opened this issue Aug 29, 2024 · 1 comment
Closed

ssr render generated script is missing; #344

thinke5 opened this issue Aug 29, 2024 · 1 comment

Comments

@thinke5
Copy link

thinke5 commented Aug 29, 2024

When ssr renders html, it generates this code

<script>self.$R=self.$R||[];_$HY.r["0200001000001000001100"]="$$f"_$HY.r["02000010000010000020"]="$$f"</script>

The generated code is missing; it will cause the generated code to execute incorrectly

@thinke5 thinke5 changed the title The generated code is missing; ssr render generated script is missing; Aug 29, 2024
@ryansolid
Copy link
Owner

Yeah renderToStringAsync/Stream has it but it is missing from renderToString. Good find.

ryansolid added a commit that referenced this issue Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants