From b0d15decb5d234530db1f49f9f045da5d73368fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D0=B0=D1=82=D1=8C=D1=8F=D0=BD=D0=B0=20=D0=90=D0=BD?= =?UTF-8?q?=D0=B4=D1=80=D0=B5=D0=B5=D0=B2=D0=B0?= Date: Thu, 6 Feb 2025 15:29:09 +0400 Subject: [PATCH] add testError --- frontend/src/init.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/init.jsx b/frontend/src/init.jsx index 26f4ccf..fc1f291 100644 --- a/frontend/src/init.jsx +++ b/frontend/src/init.jsx @@ -66,6 +66,10 @@ const init = async () => { accessToken: '45c668d145bf4e379844b7f78319daf0', environment: 'production', }; + const TestError = () => { + const element = null; + element.map(el => el); + }; filter.add(filter.getDictionary('en')); filter.add(filter.getDictionary('ru')); @@ -76,6 +80,7 @@ const init = async () => { +