From ef3db67f65ec4ebb440d7b82fb00c52c113cc298 Mon Sep 17 00:00:00 2001 From: maiieul Date: Tue, 27 Aug 2024 14:55:29 +0200 Subject: [PATCH] Revert "docs: update index.mdx (#6813)" This reverts commit 477b5e003e95c58c2c6f06e529dbce34e32e4003. --- packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx b/packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx index ac16eb1f1bd..7850ac41854 100644 --- a/packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx +++ b/packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx @@ -159,7 +159,7 @@ Use `useTask$()` when you need to: ### On mount In Qwik, there isn't a specific "mount" step like in some other frameworks. Instead, components just start up directly where they're needed, either on a web server or in your browser. -This is without the inner track function, which is used to monitor specific pieces of data. +This is without the the inner track function, which is used to monitor specific pieces of data. `useTask$` runs always at least once when the component is first mounted.