Problem
Initially, v2 used the swr library, but then we moved away from it. However, it's still installed and we may have some code related to it. This is tech debt, and it's good to have as few dependencies as possible.
Definition of Done
swr is uninstalled and there is no dead code related to it.
Related
There was a related TODO comment in removed in #1066
Problem
Initially, v2 used the swr library, but then we moved away from it. However, it's still installed and we may have some code related to it. This is tech debt, and it's good to have as few dependencies as possible.
Definition of Done
swr is uninstalled and there is no dead code related to it.
Related
There was a related
TODOcomment in removed in #1066