Skip to content

Commit

Permalink
remove stray conflict markers
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Nov 14, 2023
1 parent 8dec012 commit b2e1579
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions docs/api/createSlice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ const counterSlice = createSlice({
})
```

<<<<<<< HEAD
This cycle can be fixed by providing an explicit return type for the selector:

```ts no-transpile
Expand Down Expand Up @@ -440,10 +439,6 @@ const counterSlice = createSlice({

:::

=======

> > > > > > > master

## Return Value

`createSlice` will return an object that looks like:
Expand Down
10 changes: 0 additions & 10 deletions docs/rtk-query/api/created-api/api-slice-utils.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -259,21 +259,11 @@ function selectInvalidatedBy(
A function that can select query parameters to be invalidated.

The function accepts two arguments
<<<<<<< HEAD

=======

> > > > > > > master

- the root state and
- the cache tags to be invalidated.

It returns an array that contains
<<<<<<< HEAD

=======

> > > > > > > master

- the endpoint name,
- the original args and
Expand Down

0 comments on commit b2e1579

Please sign in to comment.