Ver código fonte

require cycle

This fixed the warning for "require cycle" on newer React-Versions
Samuel Suther 5 anos atrás
pai
commit
1a9d1bce5d
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      polyfill/FileReader.js

+ 0
- 1
polyfill/FileReader.js Ver arquivo

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