-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: redux dev tools config #465
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #465 +/- ##
==========================================
- Coverage 83.79% 83.71% -0.09%
==========================================
Files 158 169 +11
Lines 4702 4850 +148
Branches 952 965 +13
==========================================
+ Hits 3940 4060 +120
- Misses 748 774 +26
- Partials 14 16 +2
Continue to review full report at Codecov.
|
## [15.0.1](v15.0.0...v15.0.1) (2019-12-02) ### Bug Fixes * redux dev tools config ([#465](#465)) ([89d5364](89d5364))
🎉 This PR is included in version 15.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [15.0.1](elastic/elastic-charts@v15.0.0...v15.0.1) (2019-12-02) ### Bug Fixes * redux dev tools config ([opensearch-project#465](elastic/elastic-charts#465)) ([ea1e779](elastic/elastic-charts@ea1e779))
Summary
Fix redux dev tools config to read from
window
.Upgrade
typescript
to3.7
Checklist