dillon1000/react

Commit

Strip PropTypes checkers in production build (#8066)

* Strip PropTypes in production build

* Revert "Warn if PropType function is called manually (#7132)"

This reverts commit e75e8dcbebca63cff2b478d8f7ff58e0a2926465.
Browse files
Changed paths7 files
First-parent comparison
M src/addons/link/__tests__/ReactLinkPropTypes-test.js ModifiedM src/isomorphic/classic/types/ReactPropTypes.js ModifiedM src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js ModifiedA src/isomorphic/classic/types/__tests__/ReactPropTypesProduction-test.js AddedM src/renderers/dom/client/wrappers/LinkedValueUtils.js ModifiedD src/shared/types/ReactPropTypesSecret.js DeletedM src/shared/types/checkReactTypeSpec.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…