June 24, 2020 – July 1, 2020
Overview
24 Pull requests merged by 11 people
-
Merged
#19236
Make event config an implementation detail of each plugin
Jul 1, 2020 -
Merged
#19235
Remove TestUtils dependency on event registry
Jul 1, 2020 -
Merged
#19234
Make event plugin injection statically resolvable
Jul 1, 2020 -
Merged
#19232
Add Flow to ModernChangeEventPlugin
Jul 1, 2020 -
Merged
#19233
Remove dead code from modern event system
Jul 1, 2020 -
Merged
#19230
Enable modern event system and delete dead code
Jul 1, 2020 -
Merged
#19228
Fork legacy-events folder into react-dom and react-native
Jul 1, 2020 -
Merged
#19227
Fix responder logic in ReactDOMServerSelectiveHydration-test
Jul 1, 2020 -
Merged
#19226
Move responder tests and remove dead code
Jul 1, 2020 -
Merged
#19225
Run ReactBrowserEventEmitter test on bundles
Jul 1, 2020 -
Merged
#19222
Remove Flare Keyboard/Press responders
Jul 1, 2020 -
Merged
#19220
Fix development mode hang when iframe is removed
Jul 1, 2020 -
Merged
#19216
Don't bailout after Suspending in Legacy Mode
Jun 30, 2020 -
Merged
#19054
Added warning to <Context.Provider> in case no value prop is provided
Jun 30, 2020 -
Merged
#19215
Revert "Add regression test for #18497"
Jun 30, 2020 -
Merged
#19147
make link HTTPS
Jun 30, 2020 -
Merged
#18608
Add regression tests where sync render causes later concurrent render to expire soon
Jun 30, 2020 -
Merged
#19062
fix(eslint-plugin-react-hooks): Support optional chaining when accessing prototype method inside useCallback and useMemo #19061
Jun 30, 2020 -
Merged
#18538
Add regression test for #18497
Jun 30, 2020 -
Merged
#19209
Fixed test script handling of unknown/additional args
Jun 29, 2020 -
Merged
#19197
Move TOP_BEFORE_BLUR to bubble phase
Jun 26, 2020 -
Merged
#19184
Add new test cli
Jun 26, 2020 -
Merged
#19193
Fix react-runtime `main` field
Jun 25, 2020 -
Merged
#19195
[DevTools] Remove unnecessary tag end from CommitRanked view
Jun 25, 2020
5 Pull requests proposed by 5 people
-
Proposed
#19191
Add SSL support to React devtools standalone
Jun 25, 2020 -
Proposed
#19212
Reset internal hooks state before rendering
Jun 30, 2020 -
Proposed
#19221
Modern Event System: make on*Capture events use capture phase
Jun 30, 2020 -
Proposed
#19223
Add user timing marks for scheduling profiler tool
Jul 1, 2020 -
Proposed
#19237
Remove event config
Jul 1, 2020
31 Issues closed by 7 people
-
Closed
#19231
Bug: Objects are not valid as a React child
Jul 1, 2020 -
Closed
#16734
window.print() crashes if a 'print' event listener causes a rerender (Chrome, DEV-mode only)
Jul 1, 2020 -
Closed
#16585
useState's setState hangs when called in closed window
Jul 1, 2020 -
Closed
#19043
Bug: eslint-plugin-react-hooks: Cannot read property 'references' of undefined
Jul 1, 2020 -
Closed
#18926
Bug: eslint(react-hooks/exhaustive-deps) wrong deps with optional chained function calls
Jun 30, 2020 -
Closed
#18844
Bug: Render after suspense is thrown away leaving DOM unmatched with state
Jun 30, 2020 -
Closed
#17356
Memoized child of Suspense component doesn't update when Context updates.
Jun 30, 2020 -
Closed
#19083
Unexpected warning in react-hooks/exhaustive-deps using optional chaining operator
Jun 30, 2020 -
Closed
#19070
Bug: "Cannot update a component [...] while rendering a different component" breaks parent-configuration component usecase
Jun 30, 2020 -
Closed
#19155
Bug: ESLint react-hooks/rules-of-hooks false negative when using default export with high-order functional component
Jun 30, 2020 -
Closed
#19061
Bug: react-hooks/exhaustive-deps not recognizing dependencies when accessed via optional chaining
Jun 30, 2020 -
Closed
#19213
Bug:
Jun 30, 2020 -
Closed
#19208
Bug: Weird rerender behavior with render prop and context
Jun 30, 2020 -
Closed
#19210
Add anti-tamper mechanism
Jun 29, 2020 -
Closed
#18497
Bug: Concurrent mode processes state updates out of order
Jun 29, 2020 -
Closed
#17911
Bug: startTransition suspends immediately when useLayoutEffect is present
Jun 29, 2020 -
Closed
#17495
ConcurrentMode suspend child alongside of input
Jun 29, 2020 -
Closed
#14012
Suspense ping shouldn't suspend if all suspended content is already in fallback mode
Jun 29, 2020 -
Closed
#17332
useTransition: After startTransition, it does not react to passed props changes
Jun 29, 2020 -
Closed
#15512
Suspense commits pending trees in Concurrent Mode under heavy load
Jun 29, 2020 -
Closed
#17420
React.createRoot(container).render(<App />) doesn't remove existing container children
Jun 29, 2020 -
Closed
#18644
Bug: Idle updates may cause normal priority updates to get "stuck"
Jun 29, 2020 -
Closed
#19201
Bug: The context component can't be identified.
Jun 28, 2020 -
Closed
#19205
Error: "Cannot read property 'concat' of undefined"
Jun 28, 2020 -
Closed
#18342
Bug: Updating a checkbox's indeterminate and checked states in the same tick causes a display issue in Chrome
Jun 28, 2020 -
Closed
#18259
Bug: React Fast Refresh only updates DOM of web pages with a http:// location.protocol
Jun 26, 2020 -
Closed
#17008
[eslint-plugin-react-hooks] Using typeof adds variable to list of necessary dependencies
Jun 26, 2020 -
Closed
#17060
'exhaustive-deps' lint rule warns that "Outer scope values" aren't valid when a hook is inside a function
Jun 26, 2020 -
Closed
#19196
Removal of :focus styles in tutorial code
Jun 25, 2020 -
Closed
#19192
Bug: useStatae: state exception is empty
Jun 25, 2020 -
Closed
#19194
React Dev Tools: Components never shows up anymore
Jun 25, 2020
8 Issues created by 8 people
-
Opened
#19229
CI missing failing tests?
Jul 1, 2020 -
Opened
#19219
Profiler dev tools suggestion: in "ranked" view, add a way to group/aggregate component instances
Jun 30, 2020 -
Opened
#19218
Bug: Some HTML attributes do not get downcased in IE 11
Jun 30, 2020 -
Opened
#19217
Feature proposal(eslint-react-hooks): don't require empty dependency useCallback in another dependency array
Jun 30, 2020 -
Opened
#19211
Bug: React hook state not cleared when rendering using ReactDOMServer if component errors
Jun 29, 2020 -
Opened
#19206
Inconsistent design: forceUpdate() not updating PureComponent
Jun 28, 2020 -
Opened
#19203
Bug: React slower in production than in dev than in codesandbox
Jun 27, 2020 -
Opened
#19200
Bug: unexpected rerender when using `useMutableSource`
Jun 26, 2020
32 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.
-
36 new comments
Open
#19121
Decouple update priority tracking from Scheduler package
Jul 1, 2020 -
5 new comments
Open
#15344
useReducer's dispatch should return a promise which resolves once its action has been delivered
Jul 1, 2020 -
4 new comments
Open
#17185
useDeferredValue does not abort running reconcile work for stale value
Jun 29, 2020 -
4 new comments
Open
#19046
startTransition bails early
Jun 30, 2020 -
3 new comments
Open
#18945
DevTools: Improve browser extension iframe support
Jun 25, 2020 -
3 new comments
Open
#10389
<video /> attribute needed but not guaranteed by React
Jun 30, 2020 -
2 new comments
Open
#19078
Bug: Form reset lost checkbox onChange event
Jun 25, 2020 -
2 new comments
Open
#18413
Bug: Editing context in react-devtools
Jun 26, 2020 -
2 new comments
Open
#17997
Bug: React Dev Tools Firefox extension fails to detect React
Jun 27, 2020 -
2 new comments
Open
#19150
Proposition about onInput/onChange
Jun 28, 2020 -
2 new comments
Open
#19028
[DevTools] Support FunctionComponent.contextTypes & fix babel error
Jun 30, 2020 -
1 new comment
Open
#19156
Bug: Strange onScroll behaviour when child editing
Jun 25, 2020 -
1 new comment
Open
#15069
Can an error boundary prevent React's error logging?
Jun 25, 2020 -
1 new comment
Open
#16221
[Feature Request] Allow custom compare function on hooks.
Jun 25, 2020 -
1 new comment
Open
#18790
Memory Leak - React DOM keeps references to stale child components when using the Container/Pure component pattern
Jun 25, 2020 -
1 new comment
Open
#19002
Bug: DevTools tabs don't show up sometimes in latest release
Jun 26, 2020 -
1 new comment
Open
#18499
Provide a renderer-agnostic equivalent of setNativeProps()
Jun 28, 2020 -
1 new comment
Open
#11565
React-test-renderer: support for portal
Jun 29, 2020 -
1 new comment
Open
#17239
Blink with useTransition
Jun 29, 2020 -
1 new comment
Open
#18006
Bug: useTransition's pending boolean is triggered immediately, even if there's no suspension
Jun 29, 2020 -
1 new comment
Open
#18595
Delay setting useTransition isPending to true until JND
Jun 29, 2020 -
1 new comment
Open
#19173
Bug: ESLint react-hooks/exhaustive-deps rule does not catch missing dependency for useCallback without a lambda
Jun 30, 2020 -
1 new comment
Open
#19125
eslint rules: mark certain values as having a stable identity
Jun 30, 2020 -
1 new comment
Open
#14099
useCallback() invalidates too often in practice
Jun 30, 2020 -
1 new comment
Open
#11503
Formalize top-level ES exports
Jul 1, 2020 -
1 new comment
Open
#16547
Devtools v4 does not work with Firefox's private window
Jul 1, 2020 -
1 new comment
Open
#17427
fix(ReactElement): display warning for reserved default props
Jun 27, 2020 -
1 new comment
Open
#17700
[react-test-renderer] Fix `findByType` broken for SimpleMemoComponent
Jun 29, 2020 -
1 new comment
Open
#18572
Failing test related to usage of Suspense and Context in memoized component
Jun 30, 2020 -
1 new comment
Open
#19069
Add console group methods to dev disabled groups
Jun 30, 2020 -
1 new comment
Open
#19188
Adds React.unstable_useSnapshotBeforeCommit
Jun 25, 2020 -
0 new comments
Open
#19186
Modern Event System: use focusin/focusout for onFocus/onBlur
Jul 1, 2020