I suggest you read about what CORS is here and then implement headers on the appropriate image requests. Your error has nothing to do with react-vr.
Alternatively, you can host the image on the same server the react-vr app is being served from.
two simple ways to fix:
a. find a jsonp lib
b. enable CORS on your server side configuration
thanks all
Any Example?
All documentation about react ajax calls ignore cors problem.
Most helpful comment
Any Example?
All documentation about react ajax calls ignore cors problem.