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
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Describe the bug
Documentation says CMenuOptionGroup accepts string, number, Array as a value of the :value attribute. However, when array is passed a warning is thrown in the console:
Invalid prop: type check failed for prop "value". Expected String, Number, got Array
However, components itself work as expected.
To Reproduce
Steps to reproduce the behavior:
Create a menu with the following contents in the dev environment:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Documentation says CMenuOptionGroup accepts string, number, Array as a value of the :value attribute. However, when array is passed a warning is thrown in the console:
Invalid prop: type check failed for prop "value". Expected String, Number, got Array
However, components itself work as expected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors shown, since Array value for this prop is documented.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: