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 2 has a more rigorous module resolution algorithm that throws warnings when a module tries to load a dependency it does not declare. In this case, react-docgen-typescript tries to import typescript without declaring a peerDependency. Can this be added?