Skip to content

Commit c111bba

Browse files
authored
Merge pull request #3305 from EskiMojo14/override-existing-docs
2 parents 007bcc3 + bfc36cd commit c111bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/usage/code-splitting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ export const { useExampleQuery } = extendedApi
5656
```
5757

5858
:::tip
59-
In development mode, if you inject an endpoint that already exists and don't explicitly specify `overrideExisting: true`, the endpoint will not be overridden and you will get a warning about it. You **will not see the warning in production** and the existing endpoint will just be overriden, so make sure to account for this in your tests.
59+
If you inject an endpoint that already exists and don't explicitly specify `overrideExisting: true`, the endpoint will not be overridden. In development mode, you will get a warning about this.
6060
:::

0 commit comments

Comments
 (0)