Skip to content

Commit a114a44

Browse files
committed
try using a string rather than a symbol for creator type
1 parent 870e830 commit a114a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/entities/slice_creator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type {
1414
} from './models'
1515
import { capitalize } from './utils'
1616

17-
export const entityMethodsCreatorType = /*@__PURE__*/ Symbol()
17+
export const entityMethodsCreatorType = '@@rtk/entityMethodsCreator'
1818

1919
export interface EntityMethodsCreatorConfig<
2020
T,

0 commit comments

Comments
 (0)