CapsuleReader
async usage
#201
-
Is it secure to use a |
Beta Was this translation helpful? Give feedback.
Answered by
GregoryConrad
Jun 19, 2024
Replies: 1 comment 1 reply
-
No, that should be giving you a warning in the console. You should move the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GregoryConrad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, that should be giving you a warning in the console.
You should move the
use(capsule)
to the top of the build method and then reference it in the callback instead.