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
Tydux uses redux-devtools-extension, e.g. in store.ts. But it neither declares it as dependency or peerDependency.
As of redux itself is declared as peerDependency I would suggest to declare redux-devtools-extension also as peerDependency.
The text was updated successfully, but these errors were encountered:
In the actual package.json this package is reverenced as a dependency as follows "redux-devtools-extension": "2.13.8". Should we close this issue or move it to peer-dependencies?
The advantage of peerDependencies that we could declare the dependency but the user could still choose the version, correct? So this should apply to the redux dependency.
The redux-devtools-extension should be listed as devDependency, or shouldn't it?
Tydux uses redux-devtools-extension, e.g. in store.ts. But it neither declares it as dependency or peerDependency.
As of redux itself is declared as peerDependency I would suggest to declare redux-devtools-extension also as peerDependency.
The text was updated successfully, but these errors were encountered: