Skip to content

Commit

Permalink
fix(RTKQuery React): Resolved declaration pathing for new Node16 modu…
Browse files Browse the repository at this point in the history
…le resolutions. fixes #3591
  • Loading branch information
eric-crowell committed Jul 11, 2023
1 parent 32e9081 commit c09eb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/query/react/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import type { PrefetchOptions } from '../core/module'
export const reactHooksModuleName = /* @__PURE__ */ Symbol()
export type ReactHooksModule = typeof reactHooksModuleName

declare module '@reduxjs/toolkit/dist/query/apiTypes' {
declare module '@reduxjs/toolkit/query' {
export interface ApiModules<
// eslint-disable-next-line @typescript-eslint/no-unused-vars
BaseQuery extends BaseQueryFn,
Expand Down

0 comments on commit c09eb1e

Please sign in to comment.