mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
If we want to use the new version of react-redux we need to be compatible with their types. Sadly it does not seem to be possible to create a Dispatchable type which can be eiher a plain action or a thunk and still be compatible with react-redux's types becuase they use redux's Store type under the hood which assumes you have an object with a string type property. |
||
|---|---|---|
| .. | ||
| equalizer.ts | ||
| files.ts | ||
| index.test.js | ||
| index.ts | ||
| media.ts | ||
| milkdrop.ts | ||
| playlist.ts | ||
| windows.ts | ||