February 16, 2021 – February 23, 2021
Overview
Could not load contribution data
Please try again later
10 Pull requests merged by 6 people
-
Update scheduling profiler Webpack config
#20867 merged
Feb 23, 2021 -
Add Lane labels to scheduling profiler marks
#20808 merged
Feb 23, 2021 -
Add additional messaging for RulesOfHooks lint error
#20692 merged
Feb 23, 2021 -
Fabric-compatible implementation of `JSResponder` feature
#20768 merged
Feb 22, 2021 -
DevTools: Restore inspect-element bridge optimizations
#20789 merged
Feb 22, 2021 -
Land enableNonInterruptingNormalPri
#20859 merged
Feb 22, 2021 -
Remove scheduler sampling profiler state
#20840 merged
Feb 18, 2021 -
Disable (unstable) scheduler sampling profiler for OSS builds
#20832 merged
Feb 18, 2021 -
fix: use SharedArrayBuffer only when cross-origin isolation is enabled
#20831 merged
Feb 17, 2021 -
Use setImmediate when available over MessageChannel
#20834 merged
Feb 17, 2021
7 Pull requests opened by 5 people
-
[Not for merge] 17.1.0
#20836 opened
Feb 18, 2021 -
Add concept of StrictMode levels 1 & 2 (no public API yet)
#20844 opened
Feb 18, 2021 -
Delete a redundant statement
#20846 opened
Feb 19, 2021 -
Separate strict effects mode feature flags
#20847 opened
Feb 19, 2021 -
Add StrictMode level prop and createRoot unstable_strictModeLevel option
#20849 opened
Feb 19, 2021 -
Allow the length of the dependency array in hooks to change.
#20850 opened
Feb 19, 2021 -
Schedule sync updates in microtask
#20872 opened
Feb 24, 2021
25 Issues closed by 6 people
-
Bug: Candlestick chart rendering incorrectly
#20871 closed
Feb 24, 2021 -
Feature Request: usePureEffect
#20837 closed
Feb 24, 2021 -
Bug: devDependencies are not put in the right place
#20870 closed
Feb 23, 2021 -
react-is lacks SuspenseList
#20869 closed
Feb 23, 2021 -
Scheduling profiler: Unrecognized event type from Chrome Canary
#20767 closed
Feb 23, 2021 -
Bug: React Devtools not coming up.
#20866 closed
Feb 23, 2021 -
Bug: setState(x=>x) will re render component
#20817 closed
Feb 23, 2021 -
Bug: Generated DOM - Maximum call stack size exceeded
#20845 closed
Feb 23, 2021 -
Bug: wrong misleading warning is shown to developers
#20858 closed
Feb 23, 2021 -
Error: "Commit tree does not contain fiber 158. This is a bug in React DevTools."
#20860 closed
Feb 23, 2021 -
Error: "Cannot read property 'isCollapsed' of undefined"
#20861 closed
Feb 23, 2021 -
Error: "Commit tree does not contain fiber 18485. This is a bug in React DevTools."
#20856 closed
Feb 22, 2021 -
Error: "Commit tree does not contain fiber 14651. This is a bug in React DevTools."
#20740 closed
Feb 22, 2021 -
Bug: Issue with React.StrictMode
#20857 closed
Feb 22, 2021 -
Bug: It seems that the default value in functional React component gets updated after render.
#20851 closed
Feb 20, 2021 -
Bug: profiler and components tab always appears on the top, after move to bottom
#20852 closed
Feb 20, 2021 -
Bug: Hook re-render whole page on single change in a sub component
#20523 closed
Feb 19, 2021 -
Bug: Hot reloading STOP working on REACT v17 after adding “export const” out of App functional component
#20843 closed
Feb 18, 2021 -
Mixin rewrite with React and Higher-order-functions
#20841 closed
Feb 18, 2021 -
Bug:
#20842 closed
Feb 18, 2021 -
Error: "Commit tree does not contain fiber 13586. This is a bug in React DevTools."
#20839 closed
Feb 18, 2021 -
Bug: Anonymous component name in developer tool with run build but not run start
#20805 closed
Feb 18, 2021 -
Bug: conditionally using suspense with a fallback on server side causes hydration warnings
#20825 closed
Feb 18, 2021 -
Scheduler's use of SharedArrayBuffer will require cross-origin isolation
#20829 closed
Feb 17, 2021 -
Bug: useRef acting weird in Strict mode.
#20835 closed
Feb 17, 2021
7 Issues opened by 7 people
-
react-is lacks SuspenseList
#20868 opened
Feb 23, 2021 -
Issue: `useEffect` executed before browser can paint DOM update
#20863 opened
Feb 23, 2021 -
Issue: 'render' is not defined
#20862 opened
Feb 23, 2021 -
Bug: Dropdowns in React Dev Tools are unclickable in Firefox
#20854 opened
Feb 20, 2021 -
[Regression] Bug: Non react event handlers are not triggered in the correct order
#20848 opened
Feb 19, 2021 -
Impact: Removal of `function.displayName` in Chromium
#20838 opened
Feb 18, 2021 -
Error: "Cannot read property 'concat' of undefined"
#20830 opened
Feb 17, 2021
22 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Bug: Disabled button state update prevents `scrollIntoView`
#20770 commented on
Feb 20, 2021 • 5 new comments -
Bug: using MessageChannel prevents node.js process from exiting
#20756 commented on
Feb 18, 2021 • 4 new comments -
Feature Request: render React *to* a node, not *in* a node.
#20738 commented on
Feb 20, 2021 • 4 new comments -
"NotFoundError: Failed to execute 'removeChild' on 'Node'" when using React.Fragment <></> with Chrome extension which does not modify the DOM tree below the root div of the React app
#17256 commented on
Feb 24, 2021 • 3 new comments -
[Feature Request] Allow dependency length to change in hooks
#18229 commented on
Feb 18, 2021 • 2 new comments -
Hooks + multiple instances of React
#13991 commented on
Feb 23, 2021 • 2 new comments -
Feature request: Add a "module" entry in package.json to export ES2015 version of React
#10021 commented on
Feb 23, 2021 • 2 new comments -
Bug: react-refresh is refreshing components without signatures and different hooks instead of remount
#20417 commented on
Feb 17, 2021 • 1 new comment -
Feature Suggestion: Add `ignoreMemberCallExpression` option for `exhaustive-deps` lint rule
#20755 commented on
Feb 17, 2021 • 1 new comment -
Bug: Warning: unstable_flushDiscreteUpdates: Cannot flush updates when React is already rendering if debugger present
#20141 commented on
Feb 18, 2021 • 1 new comment -
Add devtools "Inspect React component" to right-click menu
#18822 commented on
Feb 18, 2021 • 1 new comment -
Feat: Some type of way to merge key prop and useOpaqueIdentifier result
#20822 commented on
Feb 19, 2021 • 1 new comment -
Discussion: Async cleanups of useEffect
#19671 commented on
Feb 19, 2021 • 1 new comment -
Bug: React devtools "highlight updates when components render" and profiler output not matching when using memo
#19778 commented on
Feb 20, 2021 • 1 new comment -
findDOMNode deprecation
#14357 commented on
Feb 21, 2021 • 1 new comment -
Can an error boundary prevent React's error logging?
#15069 commented on
Feb 22, 2021 • 1 new comment -
DevTools: Named hooks
#16474 commented on
Feb 23, 2021 • 1 new comment -
Feature Request(devtools): `launch-editor` for selected component
#20435 commented on
Feb 24, 2021 • 1 new comment -
Improving feedback for "Text strings must be rendered within a <Text> component." errors.
#20803 commented on
Feb 23, 2021 • 1 new comment -
#20205 Add `safeHooks` option to exhaustive-deps rule
#20477 commented on
Feb 22, 2021 • 0 new comments -
Change spawnedWorkDuringRender to a bitmask
#20820 commented on
Feb 23, 2021 • 0 new comments -
PoC: support launch editor feature for selected component
#20821 commented on
Feb 17, 2021 • 0 new comments