When I try to connect to debugging it's showing unable to connect with remote debugger : timeout
This is the url I am trying to access using Chrome
http://localhost:8081/debugger-ui/
In console I am getting the error as :
DeltaDispatcher.js UncaughtSyntax error unexpected token )
if (!this._initialized && !deltaBundle.reset) {
throw new Error(
'DeltaPatcher should receive a fresh Delta when being initialized',
);
Is there any workaround?