We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a383957 commit 13d1fc4Copy full SHA for 13d1fc4
src/app/api/openWindow.js
@@ -1,4 +1,9 @@
1
export default function openWindow(position) {
2
+ /* eslint-disable no-console */
3
+ console.warn('Redux DevTools Extension\'s window was opened as ' +
4
+ '`window.devToolsExtension.open()` was called from the app. ' +
5
+ 'Remove this command for better experience.');
6
+ /* eslint-enable no-console */
7
window.postMessage({
8
source: '@devtools-page',
9
type: 'OPEN',
0 commit comments