You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../.yarn/__virtual__/rc-cascader-virtual-b23b4687e9/3/.yarn/berry/cache/rc-cascader-npm-3.20.0-70d36b442e-10c0.zip/node_modules/rc-cascader/lib/Cascader.d.ts:1:40 - error TS2307: Cannot find module '@rc-component/trigger/lib/interface' or its corresponding type declarations.
1 import type { BuildInPlacements } from '@rc-component/trigger/lib/interface';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 1 error in ../../.yarn/__virtual__/rc-cascader-virtual-b23b4687e9/3/.yarn/berry/cache/rc-cascader-npm-3.20.0-70d36b442e-10c0.zip/node_modules/rc-cascader/lib/Cascader.d.ts:1
using:
cat .yarnrc.yml
nodeLinker: pnp
however, with this, it will work:
cat .yarnrc.yml
nodeLinker: node-modules
The text was updated successfully, but these errors were encountered:
When using yarn berry, I am getting:
using:
however, with this, it will work:
The text was updated successfully, but these errors were encountered: