We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e4233 commit 62c75b7Copy full SHA for 62c75b7
docs/sharing-data.md
@@ -37,12 +37,11 @@ And get this data on the frontend side directly from `window.sharedData` (use ca
37
const user = window.sharedData.user;
38
```
39
40
-
41
-
42
Or using the global built-in helper:
43
```js
44
const user = shared('user');
45
46
47
> You can get more info on the global built-in helper on the [JavaScript helper]({{base}}/{{version}}/javascript-helper) page.
48
+
0 commit comments