MetheusX

Results 3 comments of MetheusX

I can confirm that inside a monorepo when referencing a library from an app there is some kind of internal cache being utilized from the library export via `useSWR` and...

After some testing and a few suggestions from coworkers, the reason for this issue is that the node_modules/swr was in multiple locations, one in the app and one in the...

> > **tl;dr** Should only use one node_modules/swr between all projects to access the same cache > > How to achive this? Installing swr as a peerDep instead of dep...