Когда я пытаюсь подключиться к отладке, он показывает unable to connect with remote debugger : timeout
Это URL, к которому я пытаюсь получить доступ с помощью Chrome
http://localhost:8081/debugger-ui/
В консоли я получаю сообщение об ошибке:
DeltaDispatcher.js UncaughtSyntax error unexpected token )
if (!this._initialized && !deltaBundle.reset) {
throw new Error(
'DeltaPatcher should receive a fresh Delta when being initialized',
);
Есть ли обходной путь?