FeelRightz
FeelRightz

Reputation: 2999

React Native - Debugger Worker error

I get this error Uncaught SyntaxError: Unexpected token < when use Debug JS Remotely. This error is from debuggerWorker.js <!doctype html><div><a href="/debug/bundles">Cached Bundles</a></div>.

Upvotes: 1

Views: 1151

Answers (1)

Eicke Godehardt
Eicke Godehardt

Reputation: 51

I had the very same issue after upgrading to 0.50.3 of react native. I fought for a day, but than the problem suddenly disappeared. Did multiply things, but it probably was reloading the chrome tab/restarting chrome ;-)

Upvotes: 5

Related Questions