Amir Fahmideh
Amir Fahmideh
Thanks for your library, I have been using in my react projects, but same for me after updating to new version, when you try to use react-script we get the...
I have same issue after upgrading to 1.1.2, Is there any solution behind downgrade ?!
I fix my issue with how I set my header ` axios.interceptors.request.use( function (config) { if (config && config.headers) { config.headers["Authorization"] = "bearer myTokenFromStore"; config.headers["Content-Type"] = "application/json"; return config; },...