dillon1000/react
Commit
Browse files Fixed invalid DevTools work tags (#20362)
* Fixed invalid DevTools work tags Work tags changed recently (PR #13902) but we didn't bump React versions. This meant that DevTools has valid work tags only for master (and FB www sync) but invalid work tags for the latest open source releases. To fix this, I incremneted React's version in Git (without an actual release) and added a new fork to the work tags detection branch. This commit also adds tags for the experimental Scope and Fundamental APIs to DevTools so component names will at least display correctly. Technically these new APIs were first introduced to experimental builds ~16.9 but I didn't add a new branch to the work tags fork because I don't they're used commonly. I've just added them to the 17+ branches. * Removed FundamentalComponent from DevTools tag defs
Changed paths10 files
First-parent comparisonpackage.json ModifiedM packages/react-art/package.json ModifiedM packages/react-devtools-shared/src/backend/renderer.js ModifiedM packages/react-devtools-shared/src/backend/types.js ModifiedM packages/react-dom/package.json ModifiedM packages/react-is/package.json ModifiedM packages/react-reconciler/package.json ModifiedM packages/react-test-renderer/package.json ModifiedM packages/react/package.json ModifiedM packages/shared/ReactVersion.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…