You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,24 +121,6 @@ function props_id_generator(prefix) {
97
121
return()=>`${prefix}s${uid++}`;
98
122
}
99
123
100
-
classPayload{
101
-
out='';
102
-
/**@type {Set<{ hash: string; code: string }>} */
103
-
css=newSet();
104
-
uid=()=>'';
105
-
head={
106
-
/**@type {Set<{ hash: string; code: string }>} */
107
-
css: newSet(),
108
-
title: '',
109
-
out: '',
110
-
uid: ()=>''
111
-
};
112
-
constructor(id_prefix=''){
113
-
this.uid=props_id_generator(id_prefix);
114
-
this.head.uid=this.uid;
115
-
}
116
-
}
117
-
118
124
/**
119
125
* Only available on the server and when compiling with the `server` option.
120
126
* Takes a component and returns an object with `body` and `head` properties on it, which you can use to populate the HTML when server-rendering your app.
0 commit comments