internalSubscriptions and autobatch #3341
Answered
by
phryneas
denbezrukov
asked this question in
Q&A
-
Hi Team. I was wondering if it might be a problem if redux-toolkit/packages/toolkit/src/query/core/buildSlice.ts Lines 426 to 434 in 23a78ca
|
Beta Was this translation helpful? Give feedback.
Answered by
phryneas
Apr 12, 2023
Replies: 1 comment 4 replies
-
Generally that should not cause any problems. This slice is only there for the Devtools to pick it up; it doesn't have a meaning for any runtime code. Why do you think so? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
denbezrukov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generally that should not cause any problems. This slice is only there for the Devtools to pick it up; it doesn't have a meaning for any runtime code. Why do you think so?