redux-devtools/.changeset/yellow-steaks-marry.md
Nathan Bierema 65205f9078
Replace Action<unknown> with Action<string> (#1525)
* Replace Action<unknown> with Action<string>

In anticipation of Redux 5 type changes

* Fix lint errors

* Create yellow-steaks-marry.md
2023-11-04 21:04:23 +00:00

15 lines
435 B
Markdown

---
'remotedev-redux-devtools-extension': patch
'@redux-devtools/app': patch
'@redux-devtools/chart-monitor': patch
'@redux-devtools/dock-monitor': patch
'@redux-devtools/extension': patch
'@redux-devtools/inspector-monitor-test-tab': patch
'@redux-devtools/inspector-monitor-trace-tab': patch
'@redux-devtools/inspector-monitor': patch
'@redux-devtools/core': patch
'test-demo': patch
---
Replace Action<unknown> with Action<string>