I just switched to pnpm to resolve some swc issues and I am getting some new issues because I am importing peer dependencies on some custom components in the admin panel (useTranslation from react-i18next, and Link from react-router-dom) Both can not be resolved with pnpm. Not sure how to fix this I tried the following in my .npmrc with no luck
auto-install-peers=true
hoist-pattern[]=!payload