-
Notifications
You must be signed in to change notification settings - Fork 49.2k
DevTools: add React 19 to DevTools test matrix #31953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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. 🙏 🤣 |
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_getCacheForType
for element inspection on React DevTools side, which is unavailable in public versions of React.