mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2026-01-11 11:11:10 +03:00
docs(extension): fix broken relative links in README (#1986)
This commit is contained in:
parent
ed6d65bd30
commit
62cb6ddc25
|
|
@ -57,7 +57,7 @@ const composeEnhancers =
|
|||
compose;
|
||||
```
|
||||
|
||||
> For TypeScript use [`redux-devtools-extension` npm package](#13-use-redux-devtoolsextension-package-from-npm), which contains all the definitions, or just use `(window as any)` (see [Recipes](/docs/Recipes.md#using-in-a-typescript-project) for an example).
|
||||
> For TypeScript use [`redux-devtools-extension` npm package](#13-use-redux-devtoolsextension-package-from-npm), which contains all the definitions, or just use `(window as any)` (see [Recipes](docs/Recipes.md#using-in-a-typescript-project) for an example).
|
||||
|
||||
```js
|
||||
const composeEnhancers = (window as any).__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;
|
||||
|
|
@ -228,7 +228,7 @@ See [integrations](docs/Integrations.md) and [the blog post](https://medium.com/
|
|||
- [Methods (advanced API)](docs/API/Methods.md)
|
||||
- [FAQ](docs/FAQ.md)
|
||||
- Features
|
||||
- [Trace actions calls](/docs/Features/Trace.md)
|
||||
- [Trace actions calls](docs/Features/Trace.md)
|
||||
- [Troubleshooting](docs/Troubleshooting.md)
|
||||
- [Articles](docs/Articles.md)
|
||||
- [Videos](docs/Videos.md)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user