From 15e2425e669d1000bc81292a70b4ddcd85dbe2c2 Mon Sep 17 00:00:00 2001 From: Mikhail Preyskurantov <5574159+mpreyskurantov@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:22:08 +0300 Subject: [PATCH] vue: suppress "Invalid prop: type" warn in demos ci --- apps/demos/testing/known-warnings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/demos/testing/known-warnings.json b/apps/demos/testing/known-warnings.json index 97a7c082666d..27e6e7c27d98 100644 --- a/apps/demos/testing/known-warnings.json +++ b/apps/demos/testing/known-warnings.json @@ -2,5 +2,6 @@ "The specified credentials are invalid. You can sign up for a free developer account at http://www.bingmapsportal.com", "W0019 -", "W0022 -", - "W2108 -" + "W2108 -", + "[Vue warn]: Invalid prop: type check failed for prop" ]