-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Bug Report][3.3.0] Unable to override sass VInput variables #17419
Comments
@johnleider can confirm this is a bug (not just with Nuxt) - facing the issue myself. Seems this could be somewhat breaking? |
You've submitted an issue that does not contain a valid or simple reproduction. In order to effectively disposition this, we need to verify that the problem exists outside of your environment as concisely as possible. This issue will be tagged as You can find information on how to contribute to Vuetify below:
Keep in mind we cannot debug a personal application. Thank you for your understanding. If you have any questions, please reach out to us in our Discord community. |
This breaks it:
|
@KaelWD I'd be interested in an explanation as to why this breaks it if you get a chance |
|
https://github.com/lioneaglesolutions/vuetify-issue-17419 works for me with 3.3.1 |
I can confirm this fixed the issue for us. Thank you kindly! |
After upgrading to 3.3.0, we are no longer able to override VInput variables in our custom settings. ONLY VInput variables (all of them) throw this error when we try to override them, every other component variable works just fine.
“This variable was not declared with !default in the @used module.”
Checking the source for 3.3.0, the input variables are indeed declared with !default though.
nuxt 3.5
Vite
Sass 1.62.1
The text was updated successfully, but these errors were encountered: