diff --git a/frontend/src/init.jsx b/frontend/src/init.jsx index b28fc37..abec036 100644 --- a/frontend/src/init.jsx +++ b/frontend/src/init.jsx @@ -66,6 +66,10 @@ const init = async () => { accessToken: '', environment: 'testenv', }; + function TestError() { + const a = null; + return a.hello(); + } filter.add(filter.getDictionary('en')); filter.add(filter.getDictionary('ru')); @@ -76,6 +80,7 @@ const init = async () => { +