Spirit04eK
Spirit04eK
I see white artifacts when border disabled How to solve this problem?  [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; }); ```
I faced same problem :cry: