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
Describe the bug
Version 0.7.1 introduced the height prop, which causes a Vue warning due to an invalid prop type. The height prop is expected to have a type of Number, but its default value is set to 'auto' (a string).
To Reproduce
Steps to reproduce the behavior:
Install vue3-carousel version 0.7.1.
Use the vue3-carousel component without explicitly setting the height prop.
Check the browser console for Vue warnings about invalid prop types.
Expected behavior
Lib. shouldn't cause any issues with default setup.
Describe the bug
Version 0.7.1 introduced the
height
prop, which causes a Vue warning due to an invalid prop type. The height prop is expected to have a type of Number, but its default value is set to 'auto' (a string).To Reproduce
Steps to reproduce the behavior:
Expected behavior
Lib. shouldn't cause any issues with default setup.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
vue3-carousel/src/partials/props.ts
Line 30 in 9a13308
vue3-carousel/src/partials/defaults.ts
Line 34 in 9a13308
The text was updated successfully, but these errors were encountered: