mirror of
https://github.com/tenrok/axios.git
synced 2026-05-21 13:24:11 +03:00
a98755c00a
There is a bug in react native Android platform when using get method. It will trigger a 'Network Error' when passing the requestData which is an empty string to request.send function. So if the requestData is an empty string we can set it to null as well to fix the bug. Co-authored-by: Jay <jasonsaayman@gmail.com>