Simplest way to do a one-off request to an endpoint in rtk query
What is the simplest way to do a one time request in rtk query without subscribing to future cache updates. The methods I know seem overly complicated.
RTK Query validates/invalidates tags not working
I don’t see updates when I add/retrieve data unless I refresh the page or use refetch
directly in the component.