REST API fetcher does not re-render after its parent is refreshed

The REST API Fetcher component does not re-render even after its parent is refreshed. There are work-arounds (incrementing a ticker), but it’s really annoying.

ah yeah, we use swr under the hood and the data is cached if the query hasn’t changed. There’s no easy way to invalidate the cache yet but we’re working on something more flexible!