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
|`stringify`| Server |`props` (1) |`Promise<string>`|
14
14
15
15
(1) the `props` are the deserialized object from the `data` property
16
16
17
-
(2) the `locals` is an (initially) empty object that can be used at will to transport information between the different lifecycles; it is created per component instance
17
+
(2) the `locals` is an (initially) empty object that can be used at will to transport information between the different lifecycle methods; it is created per component instance
0 commit comments