Overview
Could not load contribution data
Please try again later
9 Pull requests merged by 4 people
-
Match Preact behavior for boolean props on custom elements
#24541 merged
May 20, 2022 -
[DevTools] Remove `string.replaceAll` Call in `@reactVersion` Pragma Functions
#24584 merged
May 19, 2022 -
[DevTools] Use Inline Snapshots for `storeStressTestSync`
#24583 merged
May 19, 2022 -
Handle Github rate-limiting response in download-experimental-build.js
#24573 merged
May 18, 2022 -
Add option for source maps when running tests
#24577 merged
May 18, 2022 -
[DevTools] Add React Version Pragma to Tests
#24576 merged
May 18, 2022 -
Remove dependency on build artifacts mirror
#24575 merged
May 18, 2022 -
[DevTools][Transition Tracing] Added support for Suspense Boundaries
#23365 merged
May 16, 2022 -
[DevTools] Add jest-cli `--reactVersion` argument
#24556 merged
May 16, 2022
9 Pull requests opened by 8 people
-
Improve the performance of `performance`.
#24569 opened
May 18, 2022 -
[DevTools][Draft] Circle Ci Test
#24579 opened
May 18, 2022 -
Add support for rendering BigInt as `children`
#24580 opened
May 18, 2022 -
[devtools-ish] Release script missing node-fetch@2 dependency
#24582 opened
May 19, 2022 -
Track nearest Suspense handler on stack
#24585 opened
May 20, 2022 -
Devtools typos and grammar
#24587 opened
May 20, 2022 -
[DevTools][State Tooltip] Added a stack of of component owners
#24589 opened
May 20, 2022 -
support errorInfo in onRecoverableError
#24591 opened
May 20, 2022 -
[WIP] Add UnknownLane and flush unknown updates in a rAF
#24594 opened
May 22, 2022
14 Issues closed by 5 people
-
Report problems from classes component in react version > 18.0
#24588 closed
May 20, 2022 -
Boolean attributes on Web Components
#9230 closed
May 20, 2022 -
[DevTools Bug] Cannot add node "1" because a node with that id is already in the Store.
#24581 closed
May 19, 2022 -
Bug: absent error message in eslint while using hooks in callbacks
#24572 closed
May 18, 2022 -
Bug: Automatic batching not working unless I remove React.StrictMode
#24570 closed
May 18, 2022 -
Community creation
#21190 closed
May 17, 2022 -
Unavoidable eslintreact-hooks/exhaustive-deps warning after restoring scroll position from session storage
#22414 closed
May 17, 2022 -
[ESLint]: react-hooks/exhaustive-deps feedback/bug?
#22581 closed
May 17, 2022 -
Allow custom hooks to return stable results
#22539 closed
May 17, 2022 -
Feature proposal(eslint-react-hooks): Recursive dependencies scanning for exhaustive-deps
#18883 closed
May 17, 2022 -
classes prop instead of className
#24515 closed
May 17, 2022 -
Default bolean prop named "show or visible"
#24518 closed
May 17, 2022 -
Bug: React router is stop displaying/ Not properly displaying the component
#24565 closed
May 16, 2022
8 Issues opened by 8 people
-
Bug: useReducer and same state in React 18
#24596 opened
May 23, 2022 -
Bug: componentDidCatch hook does not exist
#24595 opened
May 23, 2022 -
Bug: renderToPipeableStream and renderToStaticNodeStream render inconsistency
#24592 opened
May 22, 2022 -
Bug: Support ESM for the use-sync-external-store shim
#24590 opened
May 20, 2022 -
Bug [Flight]: Hydration fails when suspended components introduce new client components
#24578 opened
May 18, 2022 -
Bug: Component returning string causes hydration mismatch
#24567 opened
May 18, 2022 -
Bug: useEffect is called before custom font is loaded
#24564 opened
May 16, 2022 -
Bug: Browser-based handling of recoverable errors is to strict - use console instead of the reportError API
#24563 opened
May 16, 2022
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.
-
[Fizz] Send errors down to client
#24551 commented on
May 19, 2022 • 18 new comments -
More robust act async detection
#22637 commented on
May 19, 2022 • 9 new comments -
useCallback() invalidates too often in practice
#14099 commented on
May 21, 2022 • 8 new comments -
Bug: When hydrate <Suspense>, it shows loading forever.
#24560 commented on
May 18, 2022 • 3 new comments -
[eslint-plugin-react-hooks] allow configuring custom hooks as "static"
#16873 commented on
May 18, 2022 • 3 new comments -
Hooks + multiple instances of React
#13991 commented on
May 23, 2022 • 3 new comments -
Bug: Context provider updates forcing Suspense fallback on hydration
#24476 commented on
May 17, 2022 • 2 new comments -
Bug: Internal React error: Expected static flag was missing
#24391 commented on
May 19, 2022 • 2 new comments -
[Flight] Add a better error message for undefined server components
#24314 commented on
May 16, 2022 • 2 new comments -
build: add exports field for useSES
#24557 commented on
May 19, 2022 • 2 new comments -
Bug: beforeInput event doesn't fire when input is replacing previous text
#24358 commented on
May 16, 2022 • 1 new comment -
Bug: BigInt does not get toString()'d when rendered
#20492 commented on
May 18, 2022 • 1 new comment -
Bug: useEffect called twice in Strict Mode
#24553 commented on
May 19, 2022 • 1 new comment -
Warning for 'exhaustive-deps' keeps asking for the full 'props' object instead of allowing single 'props' properties as dependencies
#16265 commented on
May 19, 2022 • 1 new comment -
value|defaultValue={Symbol|Function} should be ignored, not stringified
#11734 commented on
May 19, 2022 • 1 new comment -
Bug: Hydration mismatch error due to plugins generating script tag on top
#24430 commented on
May 19, 2022 • 1 new comment -
[DevTools Bug]: Component shown twice in flame graph when using React.memo
#24538 commented on
May 19, 2022 • 1 new comment -
[react 17] Bug: Click event being picked up by component rendered by the click
#21804 commented on
May 20, 2022 • 1 new comment -
Bug: <iframe /> onLoad is not getting triggered after the reload triggered by moving the DOM Node
#18752 commented on
May 20, 2022 • 1 new comment -
[React DevTools] Component Stacks for Timeline Profiler
#24170 commented on
May 20, 2022 • 1 new comment -
[DevTools] Manifest version 2 is deprecated
#24522 commented on
May 22, 2022 • 1 new comment -
devtools: Remove ForwardRef/Memo from display name if `displayName` is set
#21952 commented on
May 18, 2022 • 1 new comment -
Refactor getLanesToRetrySynchronouslyOnError by removing unreachable code
#24452 commented on
May 17, 2022 • 1 new comment -
[Recomendation/Discussion]: Hook-based Context API
#24558 commented on
May 17, 2022 • 0 new comments -
[Feature Request] Allow dependency length to change in hooks
#18229 commented on
May 17, 2022 • 0 new comments -
Await detection in act() is not compatible with react-native
#22634 commented on
May 17, 2022 • 0 new comments -
[eslint-plugin-react-hooks] New Rule Proposal: `no-unnecessary-setstate `
#21595 commented on
May 17, 2022 • 0 new comments -
[Draft][ReactDevTools] Run Circle CI DevTools Tests for Multiple Circle CI Versions
#24342 commented on
May 18, 2022 • 0 new comments -
Move hydration code out of normal Suspense path
#24532 commented on
May 20, 2022 • 0 new comments -
Add hook warning when going to/from 0 hooks
#24535 commented on
May 16, 2022 • 0 new comments