mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
73ca89408b
The prop-types lib got an anti-spamming change in 15.5.8 that broke some of our tests (see reactjs/prop-types/commit/e1d51dd0efbd0eee5e4a8d24759f2a4d518721d3). This PR resolves that by resetting the prop-types import between tests.