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

Added alert to install redux devtool #1228

Merged
merged 2 commits into from
Sep 30, 2016

Conversation

vera-liu
Copy link
Contributor

minor change
Related: #1223
needs-review: @ascott @bkyryliuk

persistState(), window.devToolsExtension && window.devToolsExtension()
);
} else {
console.log('Please kindly install Redux Devtool Extension to use SQL Lab');
Copy link
Contributor

Choose a reason for hiding this comment

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

we could use console.warn here to get the warning formatting in the console.
also, we may want to generalize the error message since we will soon be using redux in explore view as well.
You may encounter errors unless you have Redux Devtool Extension installed -- https://github.com/zalmoxisus/redux-devtools-extension'

screenshot 2016-09-30 14 43 52

@ascott
Copy link
Contributor

ascott commented Sep 30, 2016

great! LGTM. 🚢

@vera-liu vera-liu merged commit d066f8b into apache:master Sep 30, 2016
@vera-liu vera-liu deleted the redux_dev_tool_alert branch September 30, 2016 22:03
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 17, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 24, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 25, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 26, 2021
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.11.0 labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.11.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants