В
Size: a a a
В
И
И
const width = useWindowWidth()
if (width > 666) return <Carousel />
return null
ei
const width = useWindowWidth()
if (width > 666) return <Carousel />
return null
И
S(
И
ei
M
RS
И
RS
S(
V
M
M
И
Э
A
DC
const Subscribe = values => {
changeSubscibeStatus(true);
axios.post(
'https://fenomen.s20.online/api/1/lead/create',values , {
params : {
token : 'token'
},
headers: {
'Access-Control-Allow-Origin' : '*',
'Content-Type' : 'application/json; charset=UTF-8'
}
})};
вот ошибки:XMLHttpRequest cannot load https://fenomen.s20.online/api/1/lead/create?token=token due to access control checks.
Failed to load resource: Preflight response is not successful
Unhandled Promise Rejection: Error: Network Error