fix(api): encode file path in convertFileSrc function, closes #3841 (#3846)

This commit is contained in:
Lucas Fernandes Nogueira
2022-04-02 07:54:26 -07:00
committed by GitHub
parent b1f83fd05f
commit 42e8d9cf92
2 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"api": patch
---
Encode the file path in the `convertFileSrc` function.