Skip to content

Commit 62c75b7

Browse files
author
Illia Sakovich
committed
wip
1 parent 86e4233 commit 62c75b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/sharing-data.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ And get this data on the frontend side directly from `window.sharedData` (use ca
3737
const user = window.sharedData.user;
3838
```
3939

40-
![console.log(window.sharedData);]({{assets}}/window-shared-data.png)
41-
4240
Or using the global built-in helper:
4341
```js
4442
const user = shared('user');
4543
```
4644

4745
> You can get more info on the global built-in helper on the [JavaScript helper]({{base}}/{{version}}/javascript-helper) page.
4846
47+
![console.log(window.sharedData);]({{assets}}/window-shared-data.png)

0 commit comments

Comments
 (0)