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 ac8e8b3 commit 6a3de7aCopy full SHA for 6a3de7a
packages/react-devtools-extensions/src/main.js
@@ -135,7 +135,7 @@ function createPanelIfReactLoaded() {
135
// Initialize the backend only once the Store has been initialized.
136
// Otherwise the Store may miss important initial tree op codes.
137
chrome.devtools.inspectedWindow.eval(
138
- `window.postMessage({ source: 'react-devtools-inject-backend' }, window.origin);`,
+ `window.postMessage({ source: 'react-devtools-inject-backend' }, '*');`,
139
function(response, evalError) {
140
if (evalError) {
141
console.error(evalError);
0 commit comments