Spirit04eK

Results 3 comments of Spirit04eK

I see white artifacts when border disabled How to solve this problem? ![image](https://user-images.githubusercontent.com/32958181/168724606-d37cfd61-0478-4b9b-a20b-7fb918f03b33.png) [Example](https://codesandbox.io/s/zealous-lumiere-n0vc31?file=/index.html)

``` Axios.interceptors.request.use(config => { config.paramsSerializer = { serialize: Qs.stringify(params, { encode: true, }), }; return config; }); ```