You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We merged #3116 for the new invalidationBehavior setting in RTK 2.0, but never actually covered that in the API docs. Needs to be covered in the createApi options.
So, we'll want to add another header section for the invalidationBehavior option and include the summary there, as well as possibly add more description or examples.
The text was updated successfully, but these errors were encountered:
We merged #3116 for the new
invalidationBehavior
setting in RTK 2.0, but never actually covered that in the API docs. Needs to be covered in thecreateApi
options.We do have a docblock with a description here:
redux-toolkit/packages/toolkit/src/query/createApi.ts
Lines 154 to 163 in e848a55
and
createApi.mdx
already uses a build-time system that can pull docblock descriptions from the code into the Markdown file:So, we'll want to add another header section for the
invalidationBehavior
option and include the summary there, as well as possibly add more description or examples.The text was updated successfully, but these errors were encountered: