chore(release): v1.0.38

This commit is contained in:
Conventional Changelog Action
2021-06-23 22:10:04 +00:00
parent 16430922c4
commit 3e66d85077
3 changed files with 8 additions and 10 deletions

View File

@@ -18482,7 +18482,7 @@ const testParameter = (name, filters) => {
};
const normalizeDataURL = (urlString, {stripHash}) => {
const parts = urlString.match(/^data:(.*?),(.*?)(?:#(.*))?$/);
const parts = urlString.match(/^data:([^,]*?),([^#]*?)(?:#(.*))?$/);
if (!parts) {
throw new Error(`Invalid URL: ${urlString}`);