-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: withDefaults()
is unnecessary when using defineProps()
with destructuring
#207
Comments
+1 |
Any updates on this? |
Have same issue. Any solution? |
use |
Do you know how to applied Google adsense with |
This comment has been minimized.
This comment has been minimized.
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am encountering a warning when using the
@nuxtjs/google-adsense
module in my Nuxt 3 project. The warning indicates thatwithDefaults()
is unnecessary whendefineProps()
is used with destructuring. Here are the details:Warning Message:
Environment:
Nuxt Version: ^3.14.1592
Module Version: "^3.0.0",
Node Version: v20.15.0
The text was updated successfully, but these errors were encountered: