浏览代码

require cycle

This fixed the warning for "require cycle" on newer React-Versions
Samuel Suther 5 年前
父节点
当前提交
1a9d1bce5d
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      polyfill/FileReader.js

+ 0
- 1
polyfill/FileReader.js 查看文件

@@ -2,7 +2,6 @@
2 2
 // Use of this source code is governed by a MIT-style license that can be
3 3
 // found in the LICENSE file.
4 4
 
5
-import RNFetchBlob from '../index.js'
6 5
 import ProgressEvent from './ProgressEvent.js'
7 6
 import EventTarget from './EventTarget'
8 7
 import Blob from './Blob'