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
The library package requiresprop-types when process.env.NODE_ENV !== 'production' and the prop-types package is not added to package.json. Therefore when I try to build my application using Webpack or Rollup, I get an error saying that the prop-types package is not found.
Version
1.3.2
Expected Behavior
The prop-types package is installed automatically or a peer dependency warning is shown when one installs the reactjs-popup package.
Actual Behavior
No warning is shown, the prop-types package is not installed and a bundling fails.
The text was updated successfully, but these errors were encountered:
The library package requires
prop-types
whenprocess.env.NODE_ENV !== 'production'
and theprop-types
package is not added to package.json. Therefore when I try to build my application using Webpack or Rollup, I get an error saying that theprop-types
package is not found.Version
1.3.2
Expected Behavior
The
prop-types
package is installed automatically or a peer dependency warning is shown when one installs thereactjs-popup
package.Actual Behavior
No warning is shown, the
prop-types
package is not installed and a bundling fails.The text was updated successfully, but these errors were encountered: