axios get params does not inherit the params in create
I found out that this might be due to new version issue. I am using "axios": "^0.19.0"
which is causing this issue.
I downgrade it to "axios": "^0.18.0"
and "axios": "^0.18.1"
, both worked fine
P.S. I went through their issue tickets on github and this was posted 6 days ago https://github.com/axios/axios/issues/2190