-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
update SSR render method, and introduce <:Head> #1024
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1024 +/- ##
==========================================
+ Coverage 92.1% 92.16% +0.06%
==========================================
Files 115 119 +4
Lines 4304 4444 +140
Branches 1373 1452 +79
==========================================
+ Hits 3964 4096 +132
+ Misses 147 146 -1
- Partials 193 202 +9
Continue to review full report at Codecov.
|
Upon reflection (with a little nudge from @vanesyan), we're probably better off with a |
I've now removed One wrinkle: if you're SSR'ing |
This adds a
<:Head>
component, as per #1013, and updates the server-siderender
method so that it returns an object withhtml
,css
andhead
.It also deprecates
renderCss
— we can remove this in v2.