Skip to content
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

Chore: Apply redux devtools via compose #35326

Merged
merged 1 commit into from
Apr 19, 2019

Conversation

w33ble
Copy link
Contributor

@w33ble w33ble commented Apr 18, 2019

Makes dispatching from devtools trigger other middleware


To test, start with master (or any other branch), load a workpad, open the redux devtools, and dispatch the following action:

{
type: 'setRefreshInterval',
payload: 3000
}

This will do nothing, since auto-refresh works entirely via middleware.

Next, pull down this PR and do the same thing. It should now start refreshing every 3 seconds.

Also make sure everything loads when you are not using the redux devtools (tip: use another browser, like Safari).

makes dispatching from devtools trigger other middleware
@w33ble w33ble added chore Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas v8.0.0 v7.2.0 labels Apr 18, 2019
@w33ble w33ble requested a review from cqliu1 April 18, 2019 21:27
@w33ble w33ble requested a review from a team as a code owner April 18, 2019 21:27
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-canvas

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Contributor

@cqliu1 cqliu1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Works as described

@w33ble w33ble merged commit cf7f71a into elastic:master Apr 19, 2019
w33ble added a commit to w33ble/kibana that referenced this pull request Apr 19, 2019
makes dispatching from devtools trigger other middleware
w33ble added a commit that referenced this pull request Apr 19, 2019
Backports the following commits to 7.x:
 - chore: apply redux devtools via compose  (#35326)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas v7.2.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants