robert-niestroj
Results
2
comments of
robert-niestroj
Please merge this. We need this in our project.
Solved a similar error by using `as AxiosRequestConfig`. Was using axios.get which as a second parameter expects AxiosRequestConfig. Full code snippet: ``` export const headerOf = (userStore: UserStore) => {...