Atalay
Atalay
I check isFetching with RTk Query and add the loading component accordingly, but sometimes when I experience internet problems (such as the internet suddenly cutting off), isFetching remains true forever....
When I make a request in Lazy Query, I cache the returned result and try to use the data in the cache even if the page changes. I make a...
**Describe the bug** When I change the globe component props which is width and height it doesn't affect to globe componenet. Component code: ```jsx "use client"; import { useCallback, useEffect,...