We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870e830 commit a114a44Copy full SHA for a114a44
packages/toolkit/src/entities/slice_creator.ts
@@ -14,7 +14,7 @@ import type {
14
} from './models'
15
import { capitalize } from './utils'
16
17
-export const entityMethodsCreatorType = /*@__PURE__*/ Symbol()
+export const entityMethodsCreatorType = '@@rtk/entityMethodsCreator'
18
19
export interface EntityMethodsCreatorConfig<
20
T,
0 commit comments