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
Several files in this codebase import from prop-types, however, it is missing as a dependency/peerDependency.
This causes issues with installers like pnpm, which do not flatten the node_modules and allow you to import unlisted dependencies. You'll end up getting a webpack error. Please add the missing dependency, thanks.
The text was updated successfully, but these errors were encountered:
Several files in this codebase import from
prop-types
, however, it is missing as a dependency/peerDependency.This causes issues with installers like pnpm, which do not flatten the node_modules and allow you to import unlisted dependencies. You'll end up getting a webpack error. Please add the missing dependency, thanks.
The text was updated successfully, but these errors were encountered: