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
The value of `volcano` above is a [promise](./promises). In other code blocks, the promise is [implicitly awaited](./reactivity#promises) and hence you can refer to the resolved value directly.
27
+
The value of `volcano` above is a [promise](./reactivity#promises). In other code blocks, the promise is implicitly awaited and hence you can refer to the resolved value directly.
0 commit comments