Replies: 1 comment 8 replies
-
It's possible, but leads to behavior that is very difficult to reason about. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a nutshell, this is what Intellisense has to say about
$effect()
:So whenever I try
$effect(async () => {});
, I get an error.I was under the impression that we could use async functions here. Mandella effect? Am I plain delusional? Hehe.
Beta Was this translation helpful? Give feedback.
All reactions