Jack Pope
Jack Pope
Semantic release failed on the last build due to invalid Github credentials: https://circleci.com/gh/contently/videojs-annotation-comments/89?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
Added path to cookie setter so that every new path doesn’t create a new cookie
## Summary Internal cleanup of ReactTestRenderer ## How did you test this change? `yarn test packages/react/src/__tests__/ReactProfiler-test.internal.js`
## Summary We need to unblock flipping the default for RTR to be concurrent rendering. Update ReactDevToolsHooksIntegration-test to use `unstable_isConcurrent` in place. ## How did you test this change? `yarn...
## Summary We need to unblock flipping the default for RTR to be concurrent rendering. Update ReactART-test to use `unstable_isConcurrent` in place. ## How did you test this change? `yarn...
Based on - https://github.com/facebook/react/pull/28489 - https://github.com/facebook/react/pull/28419 ## Summary The shallow renderer was extracted from the repo years ago and published by enzyme: https://github.com/enzymejs/react-shallow-renderer We no longer need to reexport under...
## Summary Based on - https://github.com/facebook/react/pull/27903 This PR - Silence warning in React tests - Turn on flag We want to finish cleaning up internal RTR usage, but let's prioritize...
Based on - https://github.com/facebook/react/pull/28497 - https://github.com/facebook/react/pull/28489 - https://github.com/facebook/react/pull/28419 ## Summary ## How did you test this change?
Clean up unused ReactTestRenderer option: `unstable_concurrentUpdateByDefault`
More test updates to use concurrent root in RTR `yarn test packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration-test.js`