You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I might have been too hasty in asserting that it works with the downgraded version. I did seem to be able to dispatch events without errors. But going back to trying to actually doing the thing I was working on ended up with the same issue again with 3.1.10. So maybe it's a change in Chrome or something.
It seems chrome updated this extension today and I am no longer able to manually dispatch events. Just getting an error message
From what I can tell there is a difference in the content_security_policy where it changed from
redux-devtools/extension/chrome/manifest.json
Line 66 in 61ec00f
to
redux-devtools/extension/chrome/manifest.json
Line 60 in 61c09e1
Manually downgrading to 3.1.10 solves the issue.
The text was updated successfully, but these errors were encountered: