September 24, 2020 – October 1, 2020
Overview
Could not load contribution data
Please try again later
10 Pull requests merged by 5 people
-
Temporarily disable Profiler commit hooks flag
#19900 merged
Sep 30, 2020 -
Suspense for CPU-bound trees
#19936 merged
Sep 30, 2020 -
Fix missing context to componentDidMount() when double-invoking lifecycles
#19935 merged
Sep 30, 2020 -
Refactor layout effect methods
#19895 merged
Sep 29, 2020 -
Remove disableSchedulerTimeoutInWorkLoop flag
#19902 merged
Sep 28, 2020 -
Fix contradiction in the README.md
#19897 merged
Sep 28, 2020 -
Create Synthetic Events Lazily
#19909 merged
Sep 25, 2020 -
Remove Array.from() from hot path
#19908 merged
Sep 25, 2020 -
Separate SyntheticEvent constructors to prevent deopts
#19907 merged
Sep 25, 2020 -
Double Invoke Effects in __DEV__
#19523 merged
Sep 24, 2020
12 Pull requests opened by 11 people
-
Running devtool tests against multiple versions of react
#19912 opened
Sep 26, 2020 -
Bug: React Devtools incorrectly updates the setter function of useState hooks
#19913 opened
Sep 26, 2020 -
TypeScript transformer for React Refresh
#19914 opened
Sep 27, 2020 -
Update runFlow.js
#19916 opened
Sep 27, 2020 -
Moved createElement, cloneElement & createFactory into the new module
#19917 opened
Sep 28, 2020 -
Updated rollup to version 2 and also its plugins to the latest version
#19918 opened
Sep 28, 2020 -
Update jest to v26 along with packages related to it
#19920 opened
Sep 28, 2020 -
Fix codestyle for typeof comparison
#19928 opened
Sep 30, 2020 -
Fix - prevent phishing attacks
#19934 opened
Sep 30, 2020 -
Update README.md
#19938 opened
Sep 30, 2020 -
Remove TestUtils dependency on event registry
#19942 opened
Oct 1, 2020
14 Issues closed by 7 people
-
Bug: ...TypeError: destroy is not a function...from commitHookEffectListUnmount()
#19941 closed
Oct 1, 2020 -
Design problem in new JSX transformation
#19905 closed
Oct 1, 2020 -
Bug: Error when a factory function is used as a function component
#19937 closed
Sep 30, 2020 -
Bug: Error Boundary not catching certain errors
#19930 closed
Sep 30, 2020 -
Error: "Commit tree does not contain fiber 2420. This is a bug in React DevTools."
#19929 closed
Sep 30, 2020 -
Error: "Commit tree does not contain fiber 265. This is a bug in React DevTools."
#19926 closed
Sep 30, 2020 -
Bug: Yarn link breaks react-refresh
#19924 closed
Sep 29, 2020 -
Error: "Commit tree already contains fiber 5823. This is a bug in React DevTools."
#19923 closed
Sep 29, 2020 -
useEffect strange mechanism: When deps has parameters, it will also be executed once in the first rendering
#19919 closed
Sep 29, 2020 -
useEffect with Suspense transitions
#18741 closed
Sep 29, 2020 -
Bug: componentDidUpdate callback and child's useEffect callback called in a wrong order
#19922 closed
Sep 29, 2020 -
Bug: why init execute twice?
#19904 closed
Sep 25, 2020 -
Bug: Race Condition on React Contexts
#19903 closed
Sep 25, 2020 -
Error: "Commit tree does not contain fiber 5402. This is a bug in React DevTools."
#19899 closed
Sep 24, 2020
9 Issues opened by 9 people
-
Bug: eslint-plugin-react-hooks (4.1.2)-
#19940 opened
Oct 1, 2020 -
Better support <template> tags
#19932 opened
Sep 30, 2020 -
Error: "Cannot read property 'isCollapsed' of undefined"
#19927 opened
Sep 30, 2020 -
Bug: useDeferredValue with a value that is new every render hangs browser
#19925 opened
Sep 29, 2020 -
Bug: shallowEqual() is flawed
#19921 opened
Sep 29, 2020 -
Bug: devtools Profiler causes unexpected errors
#19911 opened
Sep 25, 2020 -
Suggestion: global custom attributes
#19910 opened
Sep 25, 2020 -
Bug: hydrating fails with nested paragraph and dangerouslySetInnerHTML
#19901 opened
Sep 24, 2020 -
Bug: Cannot npm-link other project
#19898 opened
Sep 24, 2020
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.
-
RFC: Add scheduling profiler to DevTools
#19892 commented on
Sep 25, 2020 • 6 new comments -
FR: Allow displaying debug information for reconcilers in DevTools
#19891 commented on
Sep 24, 2020 • 5 new comments -
Setup CI infra to run DevTools tests against multiple React versions
#19371 commented on
Sep 30, 2020 • 4 new comments -
Bug: `Context.Consumer` inside `Suspense` does not receive context updates while suspended
#19701 commented on
Sep 25, 2020 • 2 new comments -
Error: "Maximum call stack size exceeded"
#19839 commented on
Sep 26, 2020 • 2 new comments -
Should not already be working
#17355 commented on
Sep 30, 2020 • 2 new comments -
Bug: Component with a Symbol as key, causes Crash
#19851 commented on
Oct 1, 2020 • 2 new comments -
Bug: React Devtools incorrectly updates the setter function of useState hooks
#19114 commented on
Sep 24, 2020 • 1 new comment -
Hooks + multiple instances of React
#13991 commented on
Sep 25, 2020 • 1 new comment -
Feature request: dealing with dependencies in custom React hooks
#19887 commented on
Sep 25, 2020 • 1 new comment -
react-test-renderer: the findByType method doesn't work with memo components
#17301 commented on
Sep 25, 2020 • 1 new comment -
Unexpected warning when hydrating with portal and SSR
#12615 commented on
Sep 25, 2020 • 1 new comment -
Change event fires extra times before IME composition ends
#3926 commented on
Sep 28, 2020 • 1 new comment -
Undo behavior in controlled textareas works differently from the default behaviour in chrome
#8514 commented on
Sep 30, 2020 • 1 new comment -
Bug: Glitchy behaviour when rendering/setState in an onKeyDown event callback
#19818 commented on
Sep 30, 2020 • 1 new comment -
Events before Client Side Hydration
#15446 commented on
Oct 1, 2020 • 1 new comment -
Failing test for Context.Consumer in suspended Suspense
#19702 commented on
Sep 25, 2020 • 1 new comment -
Updates to grammar, formatting of CoC
#19822 commented on
Sep 29, 2020 • 1 new comment -
Bug: Handling of symbols when used as deps incorrectly to create error message results in an unrelated TypeError: Cannot convert a Symbol value to a string
#19867 commented on
Sep 29, 2020 • 1 new comment -
eslint-plugin-react-hooks: JSX support for react-hooks/exhaustive-deps (#18051)
#19869 commented on
Oct 1, 2020 • 1 new comment -
[Not for merge yet] Merge the new reconciler fork into the old one
#19881 commented on
Oct 1, 2020 • 1 new comment -
Automatically stringify keys with type of 'symbol'
#19855 commented on
Sep 30, 2020 • 0 new comments