March 20, 2021 – March 27, 2021
Overview
Could not load contribution data
Please try again later
2 Releases published by 1 person
-
v17.0.1 17.0.1 (October 14, 2020)
published
Mar 22, 2021 -
v17.0.2 17.0.2 (March 22, 2021)
published
Mar 22, 2021
32 Pull requests merged by 8 people
-
Clean up host pointers in level 2 of clean-up flag
#21112 merged
Mar 27, 2021 -
[Fizz] Support special HTML/SVG/MathML tags to suspend
#21113 merged
Mar 27, 2021 -
Remove redundant if statement
#21101 merged
Mar 26, 2021 -
Delete enableDiscreteEventFlushingChange
#21110 merged
Mar 26, 2021 -
Use `act` in fuzz tester to flush expired work
#21108 merged
Mar 26, 2021 -
[Fizz] Fix plurals
#21106 merged
Mar 26, 2021 -
[Fizz] Rename SuspendedWork to Task
#21105 merged
Mar 26, 2021 -
[Fizz] Add FormatContext and Refactor Work
#21103 merged
Mar 26, 2021 -
Add aspectRatio to the unitless list
#21100 merged
Mar 25, 2021 -
Use highest priority lane to detect interruptions
#21088 merged
Mar 25, 2021 -
Remove LanePriority from computeExpirationTime
#21087 merged
Mar 25, 2021 -
Remove LanePriority from getBumpedLaneForHydration
#21086 merged
Mar 25, 2021 -
Entangled expired lanes with SyncLane
#21083 merged
Mar 25, 2021 -
Use EventPriority to track update priority
#21082 merged
Mar 25, 2021 -
[Fizz] Add separator comment between text nodes
#21099 merged
Mar 25, 2021 -
Add pointerenter/leave priorities
#21077 merged
Mar 24, 2021 -
Delete SyncBatchedLane
#21061 merged
Mar 24, 2021 -
Don't use nested objects to "namespace" namespace constants
#21073 merged
Mar 24, 2021 -
Make opaque EventPriority type a Lane internally
#21065 merged
Mar 24, 2021 -
react-hooks/exhaustive-deps: Handle optional chained methods as dependency (#20204)
#20247 merged
Mar 24, 2021 -
Fail build on deep requires in npm packages
#21063 merged
Mar 24, 2021 -
Add react-reconciler/constants entry point
#21062 merged
Mar 24, 2021 -
Move priorities to separate import to break cycle
#21060 merged
Mar 23, 2021 -
[Fizz] Expose callbacks in options for when various stages of the content is done
#21056 merged
Mar 23, 2021 -
[Experiment] Add feature flag for more aggressive memory clean-up of deleted fiber trees
#21039 merged
Mar 23, 2021 -
[Fizz] Remove already completed comment
#21054 merged
Mar 22, 2021 -
React 17.0.2 Changelog
#21052 merged
Mar 22, 2021 -
[Fizz] Use identifierPrefix to avoid conflicts within the same response
#21037 merged
Mar 22, 2021 -
Remove discrete lanes and priorities
#21040 merged
Mar 22, 2021 -
Replace flushExpired (mostly)
#20975 merged
Mar 22, 2021 -
Use SyncLane for discrete event hydration
#21038 merged
Mar 22, 2021
11 Pull requests opened by 6 people
-
[WIP] Add enableSyncDefaultUpdates
#21072 opened
Mar 24, 2021 -
fix(fast-refresh): fix #20417
#21074 opened
Mar 24, 2021 -
Remove server side lower casing warning
#21076 opened
Mar 24, 2021 -
[draft] Proposed new Suspense layout effect semantics
#21079 opened
Mar 24, 2021 -
Add @noinline directive to getBumpedLaneForHydration
#21081 opened
Mar 24, 2021 -
Use Lane to track root callback priority
#21089 opened
Mar 25, 2021 -
Delete LanePriority type
#21090 opened
Mar 25, 2021 -
[Fast Refresh] Add more built-in Hooks to the list
#21102 opened
Mar 25, 2021 -
[Fast Refresh] Support callthrough HOCs
#21104 opened
Mar 26, 2021 -
Remove Scheduler indirection
#21107 opened
Mar 26, 2021 -
Move sync task queue to its own module
#21109 opened
Mar 26, 2021
93 Issues closed by 11 people
-
Error: "value is undefined"
#21115 closed
Mar 27, 2021 -
Bug: `React.useState(new ...())` generates a new instance at each render
#21116 closed
Mar 27, 2021 -
Error: "Commit tree does not contain fiber 681. This is a bug in React DevTools."
#21117 closed
Mar 27, 2021 -
setState(another setState call inside) after promise be called twice?
#21114 closed
Mar 27, 2021 -
Redundant condition in react-devtools-shared
#20905 closed
Mar 26, 2021 -
Concurrent mode iOS hover behaviour
#14535 closed
Mar 25, 2021 -
Bug: aspectRatio not being applied via style
#21098 closed
Mar 25, 2021 -
Bug: Getting value to populate to render block without triggering warning
#21096 closed
Mar 25, 2021 -
Bug: TypeError: Object is not a function or its return value is not iterable (0.0.0-experimental-7b84dbd16)
#21095 closed
Mar 25, 2021 -
Feature Request: Localized CSS files
#21092 closed
Mar 25, 2021 -
Add Priorities for All Event Types
#16376 closed
Mar 24, 2021 -
Bug: Lazy loading a component throws Unchaught undefined
#21055 closed
Mar 24, 2021 -
Uncaught Invariant Violation: Hooks can only be called inside the body of a function component
#20935 closed
Mar 24, 2021 -
Uncaught Error: Extension context invalidated.
#20811 closed
Mar 24, 2021 -
Unable to Add it in Chrome Dev Tools.
#20818 closed
Mar 24, 2021 -
Bug: React triggers scroll issue in Safari
#20690 closed
Mar 24, 2021 -
Bug: React refresh is not compatible with lower version (IE9 or ie10)
#20673 closed
Mar 24, 2021 -
v17 regression in Safari scrolling performance
#20662 closed
Mar 24, 2021 -
Suggestion: detect and warn when new component types are always declared while rendering
#20490 closed
Mar 24, 2021 -
Bug: Can't perform a React state update on an unmounted component
#20472 closed
Mar 24, 2021 -
Feature Request: Add Warning when consuming a context whose provider is not mounted
#20003 closed
Mar 24, 2021 -
Bug: ReactArt-test fails with node <= 12.9
#18610 closed
Mar 24, 2021 -
Development flavor is way bigger than the production one
#20177 closed
Mar 24, 2021 -
Feedback for 'exhaustive-deps' lint rule
#20097 closed
Mar 24, 2021 -
Feature request: bind event to react hook component. especially for typescript
#19823 closed
Mar 24, 2021 -
Relax eslint-plugin-react-hooks for __DEV__ conditional hooks
#19781 closed
Mar 24, 2021 -
Bug: (17.0.0-rc.0) No changes to Native Component Stacks in production environment
#19649 closed
Mar 24, 2021 -
Deepcode.ai found 67 issues, 4 of which are critical ( security and defects )
#19645 closed
Mar 24, 2021 -
Jest: Cannot assign to read only property '...' of object '...'
#18758 closed
Mar 24, 2021 -
[Flight] Make react-flight works between UI thread and webworkers
#18652 closed
Mar 24, 2021 -
Bug: IE11 throws error Assignment to read-only properties is not allowed in strict mode
#18290 closed
Mar 24, 2021 -
Suspense priority warning does not work for any hook except the first one per component
#17527 closed
Mar 24, 2021 -
Bug - react onClick() doesn't work well on WKWebview - iOS 13
#17258 closed
Mar 24, 2021 -
Suggestion: Block unsafe javascript: URLs in Concurrent and Blocking Modes
#17180 closed
Mar 24, 2021 -
Infinite loop of errors when host config is missing `getRootHostContext`
#17153 closed
Mar 24, 2021 -
More time between releasing @next and @latest
#16904 closed
Mar 24, 2021 -
React DOM SSR crashes since React-Dom 16.6.2
#16848 closed
Mar 24, 2021 -
`data-reactroot=""` lost in server render if element inside `<Context.Provider>`
#15012 closed
Mar 24, 2021 -
useState not bailing out when state does not change
#14994 closed
Mar 24, 2021 -
Chrome 73 breaks wheel events
#14856 closed
Mar 24, 2021 -
Write a test for discrete events in Concurrent Mode
#14669 closed
Mar 24, 2021 -
Wrong visualization order in User Timing when profiling in Chrome
#14452 closed
Mar 24, 2021 -
batch.commit() doesn't empty existing container
#13796 closed
Mar 24, 2021 -
Make on/off, yes/no boolean attributes work
#10589 closed
Mar 24, 2021 -
Seal or Prevent Extensions on Pooled Events
#13224 closed
Mar 24, 2021 -
Warn if stringifying an attribute takes too long
#12209 closed
Mar 24, 2021 -
Improve accidental `void` return in render props?
#11866 closed
Mar 24, 2021 -
Run benchmark trials in random order
#11805 closed
Mar 24, 2021 -
Remove support for TapEventPlugin
#11689 closed
Mar 24, 2021 -
Consider Publishing External requestIdleCallback Polyfill
#11330 closed
Mar 24, 2021 -
Render Callbacks Fire Even Though an Error Happened
#10049 closed
Mar 24, 2021 -
If ReactDOM.render is asynchronous, how to catch exceptions?
#9378 closed
Mar 24, 2021 -
Expose DEV-mode warnings in devtools UI
#9189 closed
Mar 24, 2021 -
Serializing to "HTML with only as much JS as necessary"
#9154 closed
Mar 24, 2021 -
React Perf Scenarios
#9075 closed
Mar 24, 2021 -
Chrome 56 breaks touch events
#8968 closed
Mar 24, 2021 -
Fiber Principles: Contributing To Fiber
#7942 closed
Mar 24, 2021 -
Support Symbol keys for props
#7552 closed
Mar 24, 2021 -
Freeze classes and defaultProps in DEV mode
#7415 closed
Mar 24, 2021 -
Discussion: should state be immutable by default?
#7287 closed
Mar 24, 2021 -
Introduce __PROFILE__ build
#6627 closed
Mar 24, 2021 -
Proposal: Get rid of pooling in synthetic event system
#6190 closed
Mar 24, 2021 -
Support Stateful Test Renderer
#4153 closed
Mar 24, 2021 -
componentWasMounted/componentWasUpdated (formerly componentDidDisplay)
#5053 closed
Mar 24, 2021 -
Feature Suggestion: Pass React Hook factory dependencies as arguments to the factory
#21075 closed
Mar 24, 2021 -
Bug: React Refresh throws error, only on macOS
#21047 closed
Mar 24, 2021 -
Suggestion: global custom attributes
#19910 closed
Mar 24, 2021 -
feature: Move react-is to react/is
#20099 closed
Mar 24, 2021 -
Bug: Uncaught Error: Unable to find node on an unmounted component in react 17.0.1
#20131 closed
Mar 24, 2021 -
Bug: eslint-plugin-react-hooks: Cannot read property 'type' of undefined at analyzePropertyChain
#20204 closed
Mar 24, 2021 -
Bug: peerDeps react in react-test-renderer has a massive minor bump
#20238 closed
Mar 24, 2021 -
Empty object as SuspenseConfig acts like infinite timeout
#17203 closed
Mar 24, 2021 -
What's the difference between Suspense and Promise.all
#20934 closed
Mar 24, 2021 -
Bug: e.stopPropagation() not working with OnMouseOut.
#21006 closed
Mar 24, 2021 -
Bug: `display: none` on react component with linearGradient svg also affects svgs outside component
#21064 closed
Mar 24, 2021 -
Bug:
#21071 closed
Mar 24, 2021 -
Bug: Cursor jumps to the end of input after value refresh
#21058 closed
Mar 24, 2021 -
asdf
#21066 closed
Mar 24, 2021 -
asdf
#21067 closed
Mar 24, 2021 -
asdf
#21070 closed
Mar 24, 2021 -
asdf
#21068 closed
Mar 24, 2021 -
asdf
#21069 closed
Mar 24, 2021 -
SuspenseList gotcha with React.lazy
#17413 closed
Mar 24, 2021 -
Idea: extract “static” component subtrees to HTML during build
#17479 closed
Mar 24, 2021 -
useDeferredValue does not abort running reconcile work for stale value
#17185 closed
Mar 23, 2021 -
Bug: This may not be a bug: eslint(react-hooks/exhaustive-deps) complaining doest make sense.
#21053 closed
Mar 22, 2021 -
Bug: setValue hooks not working!
#21050 closed
Mar 22, 2021 -
Bug: invokeGuardedCallbackDev called too many times in dev mode
#21033 closed
Mar 22, 2021 -
Feature Request: Provide an optimization option for simple stateless components
#20564 closed
Mar 22, 2021 -
Bug: react hooks gets executed two times
#21048 closed
Mar 22, 2021 -
Bug: Internal state not resetting if a component replaces itself in the DOM Tree
#21045 closed
Mar 21, 2021 -
Error: "Commit tree already contains fiber 1. This is a bug in React DevTools."
#21046 closed
Mar 21, 2021
8 Issues opened by 8 people
-
Bump DevTools Chrome and Firefox versions
#21118 opened
Mar 27, 2021 -
Bug: Radio/Checkbox inputs not triggered when setting state in listener on a parent element
#21094 opened
Mar 25, 2021 -
Bug: The invalid value warning was showed when adding functions to object prototype
#21091 opened
Mar 25, 2021 -
Bug: Incorrect error message
#21078 opened
Mar 24, 2021 -
Bug: Nondeterministic first render (due to batched updates?)
#21059 opened
Mar 23, 2021 -
Bug: useState with class as initial state throws an error
#21057 opened
Mar 23, 2021
30 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: MobX-like observer pattern doesn't work with Fast Refresh because Hooks don't get detected
#20417 commented on
Mar 27, 2021 • 51 new comments -
"Should not already be working" in Firefox after a breakpoint/alert
#17355 commented on
Mar 24, 2021 • 5 new comments -
Feature request: Consider supporting AbortSignal/AbortController for cleanup
#21043 commented on
Mar 27, 2021 • 5 new comments -
[Umbrella] Releasing Suspense
#13206 commented on
Mar 24, 2021 • 4 new comments -
Bug: React Dev tools keys not showing last letter in FF
#20951 commented on
Mar 27, 2021 • 4 new comments -
DevTools: Named hooks
#16474 commented on
Mar 23, 2021 • 3 new comments -
Hooks + multiple instances of React
#13991 commented on
Mar 23, 2021 • 3 new comments -
Feature Request: render React *to* a node, not *in* a node.
#20738 commented on
Mar 24, 2021 • 3 new comments -
Bug: Error message prints "Warning: ..." instead of "Error: ..."
#20981 commented on
Mar 22, 2021 • 2 new comments -
Bug: HTMLSelectElement.value doesn't update to defaultValue on form reset
#21025 commented on
Mar 23, 2021 • 2 new comments -
React DevTools recording commit without any component re-render
#16980 commented on
Mar 25, 2021 • 2 new comments -
DevTools: Triggering Error Boundaries from DevTools
#16469 commented on
Mar 25, 2021 • 2 new comments -
Issue: `useEffect` executed before browser can paint DOM update
#20863 commented on
Mar 26, 2021 • 2 new comments -
feat: allow multiple opaque identifiers in HTML attributes
#18594 commented on
Mar 24, 2021 • 1 new comment -
Support asynchronous server rendering (waiting for data before rendering)
#1739 commented on
Mar 24, 2021 • 1 new comment -
Is it recommended to fetch in effect or should it be imperative
#15293 commented on
Mar 24, 2021 • 1 new comment -
head > meta > content escaping issue
#13838 commented on
Mar 24, 2021 • 1 new comment -
DevTools: Profiler: Show which hooks changed
#16477 commented on
Mar 25, 2021 • 1 new comment -
onMouseLeave doesn't work if the node gets detached
#6807 commented on
Mar 27, 2021 • 1 new comment -
Bailout without entering work loop for roots without work WIP
#17267 commented on
Mar 23, 2021 • 1 new comment -
Fixes https://github.com/facebook/react/issues/20966
#20985 commented on
Mar 21, 2021 • 1 new comment -
SSR: Cannot set property 'memoizedState' of null
#16416 commented on
Mar 25, 2021 • 0 new comments -
Output JUnit XML test metadata for CircleCI
#11949 commented on
Mar 25, 2021 • 0 new comments -
Cursor jumps when backspacing in a number input (with ShadowDOM)
#11827 commented on
Mar 25, 2021 • 0 new comments -
value|defaultValue={Symbol|Function} should be ignored, not stringified
#11734 commented on
Mar 25, 2021 • 0 new comments -
Bug: devtools may crash when custom hook has the name "useState"
#20613 commented on
Mar 25, 2021 • 0 new comments -
Component summary view by type
#20881 commented on
Mar 25, 2021 • 0 new comments -
Provide a renderer-agnostic equivalent of setNativeProps()
#18499 commented on
Mar 26, 2021 • 0 new comments -
Bug: input[type="radio"] controlled value can get out-of-sync
#19860 commented on
Mar 26, 2021 • 0 new comments -
Repro bug for Google Closure Compiler
#18670 commented on
Mar 25, 2021 • 0 new comments