test: should not emit deprecation warning in test (#7356)
This commit is contained in:
@@ -46,7 +46,7 @@ export default createComponent({
|
||||
const { value, accordion } = this.parent;
|
||||
|
||||
if (
|
||||
process.env.NODE_ENV !== 'production' &&
|
||||
process.env.NODE_ENV === 'development' &&
|
||||
!accordion &&
|
||||
!Array.isArray(value)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user