I am using Redux Toolkit (v1.8) from the umd build, as I am using it inside a platform that does not enable package management integration.
I was trying to access RTK Query, but could not find a way to access it through the global exported by the umd script.
I was wondering if:
- I missed something and it's there, or
- It is necessary to use another script, or
- It is not possible to use RTK Query from the umd script
Thanks!