react-chrome-extension-boilerplate icon indicating copy to clipboard operation
react-chrome-extension-boilerplate copied to clipboard

Make API/Fetch Request

Open veebuv opened this issue 8 years ago • 1 comments

I can't seem to make any form of API calls with this extension

Keep getting this error

Error: Network Error at createError (eval at (localhost:3000/js/todoapp.bundle.js:3567), :16:15) at XMLHttpRequest.handleError (eval at (localhost:3000/js/todoapp.bundle.js:3555), :88:14)

Any help would be really really appreciated

veebuv avatar Nov 03 '17 09:11 veebuv

Based on the evals in the error message, it might have been due to Chrome disabling eval by default.

dguo avatar Mar 08 '18 23:03 dguo