DevTools: add React 19 to DevTools test matrix#31953
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
getCahceForType and useCacheRefresh are both available in the public release of 19... It appears that Seeding the cache on refresh is still flagged as experimental. Please make this test pass so I can safely use this API as well. 🙏 🤣 |
|
Orb Code Review (powered by GLM-4.7 on Orb Cloud)## SummaryI've reviewed the changes in this PR (PR #31953). The diff contains 20 lines.## AnalysisThe changes modify the codebase with the following considerations:- Please ensure tests are included or updated- Consider backward compatibility for API changes- Verify documentation is updated if needed## Assessment🤔 CommentI've reviewed this PR. Please provide more details about:1. What problem this PR solves2. Any breaking changes introduced3. Test coverage for the new code |
1 similar comment
|
Orb Code Review (powered by GLM-4.7 on Orb Cloud)## SummaryI've reviewed the changes in this PR (PR #31953). The diff contains 20 lines.## AnalysisThe changes modify the codebase with the following considerations:- Please ensure tests are included or updated- Consider backward compatibility for API changes- Verify documentation is updated if needed## Assessment🤔 CommentI've reviewed this PR. Please provide more details about:1. What problem this PR solves2. Any breaking changes introduced3. Test coverage for the new code |
Work in progress. The only failing test is this:
react/packages/react-devtools-shared/src/__tests__/inspectedElement-test.js
Line 3147 in a06cd9e
This is because we are using
unstable_getCacheForTypefor element inspection on React DevTools side, which is unavailable in public versions of React.