Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix double dispatch of FILE_UPLOAD_START when using progress: true op…
…tion. package-lock updated.

* dispatch added to withFirebase
* Fix double dispatch of FILE_UPLOAD_START when using progress: true
option
* transform-decorators-legacy removed (no longer used in tests)
  • Loading branch information
prescottprue committed Dec 12, 2017
commit 472aa66103b4f5c44b0d4fdac3d5ce468f807b7e
1 change: 0 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"test": {
"plugins": [
"transform-runtime",
"transform-decorators-legacy",
"transform-async-to-generator"
]
}
Expand Down
Loading