humanmade / react-wp-scripts

Integrate create-react-app with your WordPress theme/plugin.
235 stars 32 forks source link

Cross-origin errors #4

Open rmccue opened 6 years ago

rmccue commented 6 years ago

Errors aren't properly reported right now due to (apparently) cross-origin errors. We're setting the header though, so unsure what more is needed here.

Shelob9 commented 6 years ago

I ran into this, I am assuming (untested) that it was because I am using fetch for requests and not allowing cross-origin requests.

rmccue commented 6 years ago

Did you manage to get a reproducible case? I’ve had trouble replicating it.