mirror of
https://github.com/zhigang1992/react-native-swiper.git
synced 2026-05-07 18:37:45 +08:00
merge PR & minor fixes
This commit is contained in:
@@ -48,7 +48,7 @@ function fetchSourceMap(): Promise {
|
||||
return Promise.resolve(url);
|
||||
})
|
||||
.then(fetch)
|
||||
.then(response => response.text())
|
||||
.then(response => response.text());
|
||||
}
|
||||
|
||||
function extractSourceMapURL({url, text, fullSourceMappingURL}): ?string {
|
||||
|
||||
Reference in New Issue
Block a user