-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Conversation
persistState(), window.devToolsExtension && window.devToolsExtension() | ||
); | ||
} else { | ||
console.log('Please kindly install Redux Devtool Extension to use SQL Lab'); |
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.
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'
great! LGTM. 🚢 |
12a6639
to
afa6608
Compare
minor change
Related: #1223
needs-review: @ascott @bkyryliuk