jhen0409 / react-chrome-extension-boilerplate

Boilerplate for Chrome Extension React.js project
MIT License
2.14k stars 388 forks source link

Make API/Fetch Request #84

Open veebuv opened 6 years ago

veebuv commented 6 years ago

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

dguo commented 6 years ago

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