Luis Meyer
Luis Meyer
# Bug Report ## Description / Observed Behavior When remounting a component (e.g., due to an element key change) that renders an `SWRConfig`, the cache is [deleted](https://github.com/vercel/swr/blob/5e5e01a844b8c0a5b30903f5a7cc410c02ecd5fe/_internal/src/utils/cache.ts#L119) after being [initialized](https://github.com/vercel/swr/blob/5e5e01a844b8c0a5b30903f5a7cc410c02ecd5fe/_internal/src/utils/config-context.ts#L52C31-L52C40)...
this is kinda blocked by the [node 16 deprecation](https://vercel.com/changelog/node-js-16-deprecation) which will take place on June 15, 2024.
**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** When importing a module that redirects another import using the `browser` field in...