Open kristofferpeterhansel opened 1 month ago
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.
+1 — this is completely broken at the moment
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
https://github.com/reduxjs/redux-devtools/blob/61ec00f5059afab5eebb69ca15d9aa8c3e040bc9/extension/chrome/manifest.json#L66
to
https://github.com/reduxjs/redux-devtools/blob/61c09e1cc39272c5326003cc59aa95ea6142990c/extension/chrome/manifest.json#L60
Manually downgrading to 3.1.10 solves the issue.