From 84a799f0f68737cf5c883eca61907841965cdec8 Mon Sep 17 00:00:00 2001 From: eghernqvist Date: Fri, 7 Oct 2022 11:28:26 +0200 Subject: [PATCH] Added missing link label --- extension/docs/Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/docs/Troubleshooting.md b/extension/docs/Troubleshooting.md index 7d7b25b9..d4b8591e 100644 --- a/extension/docs/Troubleshooting.md +++ b/extension/docs/Troubleshooting.md @@ -16,7 +16,7 @@ If you develop on your local filesystem, make sure to allow Redux DevTools acces Most likely you mutate the state. Check it by [adding `redux-immutable-state-invariant` middleware](https://github.com/zalmoxisus/redux-devtools-extension/blob/master/examples/counter/store/configureStore.js#L3). -Another cause could be that you are creating multiple stores, which means that the devtools get attached to one but the application uses another. See [https://github.com/reduxjs/redux-toolkit/issues/2753](). +Another cause could be that you are creating multiple stores, which means that the devtools get attached to one but the application uses another. See [https://github.com/reduxjs/redux-toolkit/issues/2753](this issue). ### @@INIT or REPLACE action resets the state of the app or last actions RE-APPLIED