Closed dargmuesli closed 2 months ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 25.23%. Comparing base (
dc164cc
) to head (109315d
). Report is 78 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/runtime/components/NuxtTurnstile.vue | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'm haven't looked at nuxt scripts in detail yet (only while it was in alpha) so I'm not certain which callback usage you reference exactly. May I ask you to push the changes for me too see and learn?
๐ Linked issue
I suggested this earlier in #295 already and we decided to wait for the scripts migration which is now done. The playground demo works without
nextTick
for me. As the upstream issues mentioned in code are resolved, I think we can removenextTick
now.โ Type of change
๐ Description
Removes a
await nextTick
that does not appear to be required anymore.