-
problem: Redux devtools sidebar appears here: https://paulkogel.github.io/react-redux-webpack-template
Instructions on how to disable them in production:
https://github.com/gaearon/redux-devtools/blo…
-
Писал проект, смотрел в redux devtools данные, которые приходят с сервера, всё было хорошо и до этого пользовался месяц или два, но сегодня он просто перестал работать магическим образом, переустанавл…
-
As started in https://github.com/alexkuz/redux-devtools-inspector/pull/80, we need an option to sort keys, which was just merged (without using a function) in alexkuz/react-json-tree#108.
The suggest…
-
I imagine you're well aware the RemoteDev Server package is no longer being updated, was renamed to `redux-devtools-cli` and merged into [`redux-devtools` monorepo](https://github.com/reduxjs/redux-de…
-
![screen shot 2016-11-10 at 9 10 45 am](https://cloud.githubusercontent.com/assets/4861023/20182292/e2c29776-a726-11e6-951d-0048dcb73947.png)
-
Im trying to configure the redux devtools in app.module the way is used to configure it, but now i get an intellesense error.
Type 'StoreEnhancer[]' is not assignable to type 'Middleware'.
Type …
-
With the following code:
```js
import installExtension, { REACT_DEVELOPER_TOOLS, REDUX_DEVTOOLS } from 'electron-devtools-installer';
app.whenReady().then(() => {
if (!isProd) {
installExten…
-
Reduced test case:
```ts
import { composeWithDevTools } from "@redux-devtools/extension";
type MyState = {
foo: string;
};
composeWithDevTools({
// ❌ Error
stateSanitizer: (state: …
-
When attempting to connect to a local server, I see the following error:
`Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content …
-
From what I understand, in order to avoid some attributes of the state to be stored, you need to not include it in the **toJson** function of your state.
Sadly, it is also this function that is use…