reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI
http://youtube.com/watch?v=xsSnOQynTHs
MIT License
14.05k stars 1.17k forks source link

New Manifest V3 on Chrome might have blocked event dispatching #1755

Open kristofferpeterhansel opened 1 month ago

kristofferpeterhansel commented 1 month ago

It seems chrome updated this extension today and I am no longer able to manually dispatch events. Just getting an error message

2024-09-09 11_13_35-Dev

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.

kristofferpeterhansel commented 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.

kyranjamie commented 1 month ago

+1 — this is completely broken at the moment