You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using TypeScript, set defaults.global.ripple.class: 'text-error' to Vuetify options and see there is a warning in the console:
Invalid prop: type check failed for prop "ripple". Expected Boolean, got Object
at <VSelectionControllabel=undefinedbaseColor=undefinedtrueValue=undefined ...>
at <VCheckboxBtnindeterminate=falseindeterminateIcon="$checkboxIndeterminate"label=undefined ...>
at <VInputclass="v-checkbox"id="checkbox-5"appendIcon=undefined ...>
at
This warning persists for VSwitch, VCheckbox, VRadio, and VRadioGroup components where the function makeSelectionControlGroupProps is used.
Expected Behavior
Set ripple prop properly to avoid this warning.
Actual Behavior
Ripple prop is set as Boolean instead in makeSelectionControlGroupProps.
Environment
Vuetify Version: 3.5.11
Vue Version: 3.4.21
Browsers: Chrome 123.0.0.0
OS: Windows 10
Steps to reproduce
When using TypeScript, set
defaults.global.ripple.class: 'text-error'
to Vuetify options and see there is a warning in the console:Invalid prop: type check failed for prop "ripple". Expected Boolean, got Object
at <VSelectionControllabel=undefinedbaseColor=undefinedtrueValue=undefined ...>
at <VCheckboxBtnindeterminate=falseindeterminateIcon="$checkboxIndeterminate"label=undefined ...>
at <VInputclass="v-checkbox"id="checkbox-5"appendIcon=undefined ...>
at
This warning persists for VSwitch, VCheckbox, VRadio, and VRadioGroup components where the function
makeSelectionControlGroupProps
is used.Expected Behavior
Set ripple prop properly to avoid this warning.
Actual Behavior
Ripple prop is set as Boolean instead in makeSelectionControlGroupProps.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: