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
@@ -78,7 +78,7 @@ When dealing with [Server Side Rendering](../ssr/index.md), you need to take car
78
78
In [Option Stores](#option-stores), you need to define a `hydrate()` function. This function is called when the store is instantiated on the client (the browser) when there is an initial state available at the time the store is created. The reason we need to define this function is because in such scenario, `state()` is not called.
Copy file name to clipboardexpand all lines: packages/docs/cookbook/vscode-snippets.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
These are some snippets that I use in VS Code to make my life easier.
4
4
5
-
Manage user snippets with <kbd>⇧</kbd><kbd>⌘</kbd><kbd>P</kbd> / <kbd>⇧</kbd><kbd>⌃</kbd><kbd>P</kbd> and then `Snippets: Configure User Snippets`.
5
+
Manage user snippets with <kbd>⇧ Shift</kbd>+<kbd>⌘ Command</kbd>+<kbd>P</kbd> / <kbd>⇧ Shift</kbd>+<kbd>⌃ Control</kbd>+<kbd>P</kbd> and then `Snippets: Configure User Snippets`.
0 commit comments