-
Notifications
You must be signed in to change notification settings - Fork 48.4k
Insights: facebook/react
Overview
Could not load contribution data
Please try again later
126 Pull requests merged by 19 people
-
[compiler][entrypoint] Fix edgecases for noEmit and opt-outs
#33148 merged
May 9, 2025 -
[compiler][be] Make program traversal more readable
#33147 merged
May 9, 2025 -
Use a shared noop function from shared/noop
#33154 merged
May 9, 2025 -
Clean up enableSiblingPrerendering flag
#32319 merged
May 9, 2025 -
Add plumbing for onDefaultTransitionIndicator
#33150 merged
May 9, 2025 -
feat(compiler): Implement constant propagation for template literals
#33139 merged
May 8, 2025 -
[compiler][playground][tests] Standardize more pragmas
#33146 merged
May 8, 2025 -
[compiler][be] Move test pragma to separate file
#33145 merged
May 8, 2025 -
[compiler][be] repro edge cases for noEmit and module opt-outs
#33144 merged
May 8, 2025 -
Root import types from react-native in ReactNativeTypes
#33063 merged
May 8, 2025 -
React DevTools 6.1.1 -> 6.1.2
#33142 merged
May 8, 2025 -
Add dispatchEvent to fragment instances
#32813 merged
May 7, 2025 -
feat(compiler): implement constant folding for unary minus
#33140 merged
May 7, 2025 -
[Flight] Clarify that location field is a FunctionLocation not a CallSite
#33141 merged
May 7, 2025 -
Allow fragment refs to attempt focus/focusLast on nested host children
#33058 merged
May 7, 2025 -
[Flight] Encode enclosing line/column numbers and use it to align the fake function
#33136 merged
May 7, 2025 -
[Flight] Parse Stack Trace from Structured CallSite if available
#33135 merged
May 7, 2025 -
[DevTools] Use Popover API for TraceUpdates highlighting
#32614 merged
May 7, 2025 -
Add compareDocumentPosition to fragment instances
#32722 merged
May 6, 2025 -
[mcp] Add proper web-vitals metric collection
#33109 merged
May 6, 2025 -
Remove useId semantics from View Transition name generation
#33094 merged
May 6, 2025 -
[Fiber] Replay events between commits
#33130 merged
May 6, 2025 -
[Fiber] Replay onChange Events if input/textarea/select has changed before hydration
#33129 merged
May 6, 2025 -
Add test for multiple form submissions
#33059 merged
May 5, 2025 -
Ship enableFabricCompleteRootInCommitPhase
#33064 merged
May 5, 2025 -
[Flight] Prevent serialized size leaking across requests
#33121 merged
May 5, 2025 -
[compiler][repro] Nested fbt test fixture
#32779 merged
May 5, 2025 -
[compiler][bugfix] Bail out when a memo block declares hoisted fns
#32765 merged
May 5, 2025 -
[Flight] Don't increase serializedSize for every recursive pass
#33123 merged
May 5, 2025 -
[eslint-plugin-react-hooks] update doc url for rules of hooks
#33118 merged
May 5, 2025 -
[Flight] Use valid CSS selectors in
useId
format#33099 merged
May 4, 2025 -
[compiler] Validate against mutable functions being frozen
#33079 merged
May 3, 2025 -
[compiler] Fix for uncalled functions that are known-mutable
#33078 merged
May 3, 2025 -
[compiler] Add types for WeakMap, WeakSet, and reanimated shared values
#33077 merged
May 3, 2025 -
[compiler] ValidatePreservedManualMemoization reports detailed errors
#33095 merged
May 3, 2025 -
[compiler] Fix for string attribute values with emoji
#33096 merged
May 3, 2025 -
[eslint-plugin-react-hooks] move eslint plugin once again
#33110 merged
May 2, 2025 -
[mcp] Prompt improvements for smarter tool composition
#33108 merged
May 2, 2025 -
[eslint-plugin-react-hooks] another CI update...
#33107 merged
May 2, 2025 -
[mcp] Fix unresolved imports
#33105 merged
May 2, 2025 -
Add missing copyright header
#33106 merged
May 2, 2025 -
[eslint-plugin-react-hooks] update fbsource build
#33104 merged
May 2, 2025 -
[eslint-plugin-react-hooks] updates for component syntax
#33089 merged
May 2, 2025 -
[mcp] Refactor
#33085 merged
May 2, 2025 -
[mcp] Update prompts
#33084 merged
May 2, 2025 -
[mcp] Move to /tools
#33083 merged
May 2, 2025 -
[mcp] Update plugins
#33082 merged
May 2, 2025 -
[mcp] Fix package.json
#33101 merged
May 2, 2025 -
[Fizz] Always load the external runtime if one is provided
#33091 merged
May 1, 2025 -
[Fizz] Add "Queued" Status to SSR:ed Suspense Boundaries
#33087 merged
May 1, 2025 -
[Fizz] Batch Suspense Boundary Reveal with Throttle
#33076 merged
May 1, 2025 -
[Fizz] Don't handle errors in completeBoundary instruction
#33073 merged
May 1, 2025 -
[Fizz] Share code between inline and external runtime
#33066 merged
May 1, 2025 -
[compiler] PruneNonEscapingScopes understands terminal operands
#33062 merged
May 1, 2025 -
[mcp] Make tool more reliable and fix integration issues with babel
#33074 merged
Apr 30, 2025 -
[Fizz] Ignore error if content node is gone
#33068 merged
Apr 30, 2025 -
[compiler][bugfix] expand StoreContext to const / let / function variants
#32747 merged
Apr 30, 2025 -
[compiler][bugfix] Returned functions are not always frozen
#33047 merged
Apr 30, 2025 -
[mdn] Initial experiment for adding performance tool
#33045 merged
Apr 30, 2025 -
[Flight] Defer Elements if the parent chunk is too large
#33030 merged
Apr 30, 2025 -
[Fizz] Remove globals from external runtime
#33065 merged
Apr 30, 2025 -
[devtools] Restore all Transitions for Tree updates
#33042 merged
Apr 30, 2025 -
Add Fragment Refs to Fabric with intersection observer support
#33056 merged
Apr 30, 2025 -
[devtools] Restore "double-click to view owners tree" functionality
#33039 merged
Apr 30, 2025 -
Run Component Track Logs in the console.createTask() of the Fiber
#32809 merged
Apr 30, 2025 -
Use console.timeStamp instead of performance.measure in Component Performance Track
#32736 merged
Apr 30, 2025 -
[Fizz] Outline if a boundary would add too many bytes to the next completion
#33029 merged
Apr 29, 2025 -
Hack to recover from reading the wrong Fiber
#33055 merged
Apr 29, 2025 -
[react-native] Pull up enableFastAddPropertiesInDiffing check
#33043 merged
Apr 29, 2025 -
[Fizz] Reset Instructions on ResumableState
#33046 merged
Apr 28, 2025 -
[devtools] Allow inspecting cause, name, message, stack of Errors in props
#33023 merged
Apr 26, 2025 -
[Fizz] Enable the progressiveChunkSize option
#33027 merged
Apr 25, 2025 -
[compiler] Fallback for inferred effect dependencies
#32984 merged
Apr 25, 2025 -
[compiler] Patch for reactive refs in inferred effect dependencies
#32991 merged
Apr 25, 2025 -
[ci] Reduce non-deterministic builds for eslint-plugin-react-hooks
#33026 merged
Apr 25, 2025 -
[Fizz] Emit link rel="expect" to block render before the shell has fully loaded
#33016 merged
Apr 25, 2025 -
Rename Suspense unstable_name to name
#33014 merged
Apr 24, 2025 -
[compiler] Add changelog
#32983 merged
Apr 24, 2025 -
[mcp] Convert docs resource to tool
#33009 merged
Apr 24, 2025 -
[chore] Update caniuse-lite
#33013 merged
Apr 24, 2025 -
[compiler] Emit CompileSkip before CompileSuccess event
#33012 merged
Apr 24, 2025 -
[forgive][ez] Tweak logging
#33011 merged
Apr 24, 2025 -
[forgive] Don't look up user babel configs
#33010 merged
Apr 24, 2025 -
[devtools] 1st class support of used Thenables
#32989 merged
Apr 24, 2025 -
[compiler] Add missing copyrights
#33004 merged
Apr 24, 2025 -
[compiler] Fix copyright script
#33003 merged
Apr 24, 2025 -
[forgive] Polish decorations
#33002 merged
Apr 24, 2025 -
[forgive] Don't crash if we couldn't compile
#33001 merged
Apr 24, 2025 -
[forgive] Add code action to remove dependency array
#33000 merged
Apr 24, 2025 -
[forgive] Refactor inferred deps
#32999 merged
Apr 24, 2025 -
[forgive] Hacky first pass at adding decorations for inferred deps
#32998 merged
Apr 24, 2025 -
[forgive] Emit AutoDepsDecoration event when inferring effect deps
#32997 merged
Apr 24, 2025 -
[forgive] Log inferEffectDependencies
#32996 merged
Apr 24, 2025 -
[Flight] Don't hang forever when prerendering a rejected promise
#32953 merged
Apr 23, 2025 -
Implement Partial Hydration for Activity
#32863 merged
Apr 23, 2025 -
Implement ActivityInstance in FiberConfigDOM
#32842 merged
Apr 22, 2025 -
Set hidden Offscreen to the shellBoundary regardless of previous state
#32844 merged
Apr 22, 2025 -
Hide/unhide the content of dehydrated suspense boundaries if they resuspend
#32900 merged
Apr 22, 2025 -
Build
react-server-dom-webpack
for codesandbox#32990 merged
Apr 22, 2025 -
[compiler] Only append hash and date for experimental releases
#32981 merged
Apr 21, 2025 -
[ci] Change to string type
#32980 merged
Apr 21, 2025 -
[compiler] Fix version name in publish script
#32979 merged
Apr 21, 2025 -
<
8000
div class="overflow-hidden pl-2">
[eprh] Bump stable version
#32978 merged
Apr 21, 2025
#32977 merged
#32951 merged
#32952 merged
#32937 merged
#32532 merged
#32936 merged
#32935 merged
#32932 merged
#32931 merged
#32930 merged
#32929 merged
#32928 merged
#32934 merged
#32933 merged
#32862 merged
#32916 merged
#32918 merged
#32917 merged
#32914 merged
#31398 merged
#32859 merged
#32868 merged
#32855 merged
40 Pull requests opened by 25 people
-
Fix typo: outweight -> outweigh
#32944 opened
Apr 17, 2025 -
Replace deprecated `initCustomEvent` with `CustomEvent`
#32945 opened
Apr 17, 2025 -
improve performance of style tags that use precedence
#32957 opened
Apr 18, 2025 -
Enable `fixtures/view-transition` deploy to Vercel
#32994 opened
Apr 23, 2025 -
chore: update code comments according new docs
#33017 opened
Apr 25, 2025 -
[ci]: minor optimization in react-devtools artifacts download step
#33022 opened
Apr 25, 2025 -
[ReactFlightWebpackPlugin] Add support for .mjs file extension
#33028 opened
Apr 25, 2025 -
Remove extraneous word from DEV warning
#33044 opened
Apr 28, 2025 -
[reconciler] Mark moved fibers with placement flag granularly and cache host sibling lookups during commit
#33048 opened
Apr 29, 2025 -
[compiler] Null out source locations where not explicitly preserved
#33051 opened
Apr 29, 2025 -
Update Bug Reporting to Use GitHub Issue Forms
#33053 opened
Apr 29, 2025 -
[compiler] Improve source map coverage for variable declarations/reassignments
#33060 opened
Apr 30, 2025 -
fizz bug fixture and test
#33067 opened
Apr 30, 2025 -
[compiler] Improved OTP validation message and prompt handling
#33081 opened
May 1, 2025 -
RFC: Server Context for React Server Components
#33088 opened
May 1, 2025 -
Add component names to ViewTransition autoName in DEV
#33092 opened
May 1, 2025 -
New children notify fragment instances in Fabric
#33093 opened
May 1, 2025 -
[compiler] Preserve TSNonNullExpressions
#33097 opened
May 2, 2025 -
[compiler] Add try/catch to safely read files during healthcheck
#33098 opened
May 2, 2025 -
[Flight] land `enableHalt` flag
#33111 opened
May 2, 2025 -
[compiler] Repro for false positive ValidateNoFreezingKnownMutableFunctions
#33113 opened
May 3, 2025 -
[compiler] Correctly infer context mutation places as outer (context) places
#33114 opened
May 3, 2025 -
chore: Fix comment typos in ReactContext.js
#33119 opened
May 5, 2025 -
fix: `nonce` for `ReactDOM.preloadModule`
#33120 opened
May 5, 2025 -
changed the babel.config-ts.js
#33122 opened
May 5, 2025 -
[eslint-plugin-react-hooks] allow for underscore prefixed component names
#33131 opened
May 6, 2025 -
[DevTools] Get source location from structured callsites in prepareStackTrace
#33143 opened
May 7, 2025 -
[compiler][gating] Experimental directive based gating
#33149 opened
May 7, 2025 -
[compiler] Infer alias effects for function expressions
#33151 opened
May 8, 2025 -
feat: add react-server-dom-vite
#33152 opened
May 8, 2025 -
[compiler] Move co-mutation range extension to InferMutableRanges
#33157 opened
May 8, 2025 -
Build an FB specific version of the external runtime and replace the ms
#33158 opened
May 9, 2025 -
Reset currentEventTransitionLane after flushing sync work
#33159 opened
May 9, 2025 -
[Fiber] Trigger default transition indicator if needed
#33160 opened
May 9, 2025 -
Add eager alternate.stateNode cleanup
#33161 opened
May 9, 2025 -
Implement Navigation API backed default indicator for DOM renderer
#33162 opened
May 9, 2025 -
[compiler] Fixture tests for PropertyStore effects
#33163 opened
May 9, 2025 -
[compiler] Fix for PropertyStore object effect
#33164 opened
May 9, 2025 -
Performance: remove memory allocations in `useReducer`
#33165 opened
May 9, 2025 -
Fix incorrect use of NoLanes in executionContext check
#33170 opened
May 11, 2025
27 Issues closed by 12 people
-
谷歌蜘蛛池出租
#33167 closed
May 10, 2025 -
谷歌蜘蛛池出租,代搭建谷歌蜘蛛池
#33166 closed
May 10, 2025 -
`useCallback()` & `useMemo()` automatically with a Babel Plug-in
#14658 closed
May 6, 2025 -
Bug:
#33124 closed
May 6, 2025 -
Bug:
#33116 closed
May 4, 2025 -
Bug:
#33115 closed
May 4, 2025 -
Face
#33035 closed
Apr 28, 2025 -
Face
#33036 closed
Apr 28, 2025 -
Face
#33037 closed
Apr 27, 2025 -
Bug:
#33018 closed
Apr 25, 2025 -
Bug: `React.Profiler` no longer works in production builds after upgrading to React 19
#32992 closed
Apr 24, 2025 -
[DevTools Bug]: Doesn't work in browser extensions
#32776 closed
Apr 23, 2025 -
Bug:
#32988 closed
Apr 22, 2025 -
Bug: eslint-plugin-react-hooks@6.0.0 suddenly installs the entire babel toolchain
#32982 closed
Apr 22, 2025 -
Bug:
#32967 closed
Apr 22, 2025 -
Bug:
#32942 closed
Apr 22, 2025 -
Bug:
#32985 closed
Apr 22, 2025 -
Bug: Reactjs Navigation issue
#32948 closed
Apr 17, 2025 -
Bug:
#32926 closed
Apr 16, 2025 -
Bug:
#32867 closed
Apr 15, 2025 -
Bug:
#32866 closed
Apr 15, 2025 -
[Compiler Bug]: return without value causes bailout
#32620 closed
Apr 15, 2025 -
[DevTools] Show which hooks (names) changed in the Profiler
#21856 closed
Apr 15, 2025 -
Bug: [React 19] Cannot read properties of undefined (reading 'ReactCurrentBatchConfig'
#32766 closed
Apr 15, 2025 -
Bug:
#32899 closed
Apr 15, 2025 -
Test Issue from GitHub MCP Server
#32857 closed
Apr 12, 2025
43 Issues opened by 39 people
-
[Compiler Bug]: React Compiler breaks SuperToken's react-native global fetch patch
#33171 opened
May 11, 2025 -
Bug: Potential misuse of NoLanes in executionContext check in scheduleUpdateOnFiber
#33169 opened
May 11, 2025 -
Bug: 'Sync with react.dev' is not working
#33168 opened
May 11, 2025 -
Bug: ReactFlightWebpackPlugin does not write files with .mjs extension to the manifest
#33155 opened
May 8, 2025 -
Bug: React error #421 isn't reported anymore
#33153 opened
May 8, 2025 -
[Compiler Bug]: function outlining changes runtime semantics inside expressions
#33138 opened
May 7, 2025 -
Feature Request: Simplify createReconciler
#33137 opened
May 7, 2025 -
Bug: What the issues
#33132 opened
May 6, 2025 -
Bug: Can't import react-devtools-core in NodeJS environment
#33103 opened
May 2, 2025 -
Bug: Maximum update depth exceeded appears in frequent onDrop scenarios
#33090 opened
May 1, 2025 -
[Compiler Bug]: `for await` loop fails to optimize component.
#33075 opened
Apr 30, 2025 -
[Compiler Bug]: React Compiler breaks most functionality of TanStack Table
#33057 opened
Apr 29, 2025 -
[Compiler Bug]: non-null assertion on objects produces non working js
#33054 opened
Apr 29, 2025 -
[Compiler Bug]: TypeError: isUndefined is not a function (it is undefined)
#33052 opened
Apr 29, 2025 -
[Compiler]: skipped memoization due to potential modification after hook call
#33050 opened
Apr 29, 2025 -
Reconsider providing a cleaner hook-based solution to derived state
#33041 opened
Apr 28, 2025 -
Bug: New Customizable Select: option containing span, Select containing button causes hydration warning
#33038 opened
Apr 28, 2025 -
Bug: Persistent Re-render Issue Despite Optimizations (React 18, Next.js, Hooks, Context)
#33034 opened
Apr 26, 2025 -
Bug: form submit event does not expose event.submitter
#33033 opened
Apr 26, 2025 -
[Compiler]: Effects with always-new dependencies fire less with memoization applied
#33032 opened
Apr 26, 2025 -
[Compiler]: unnecessary memoization of non-primitive arguments in native React hooks
#33031 opened
Apr 26, 2025 -
[Compiler Bug]: Unexpected [ Server ] Error: {} causing ErrorBoundary crash in Next.js 15.1.6 with Turbopack
#33025 opened
Apr 25, 2025 -
[react-refresh] no changelog found
#33021 opened
Apr 25, 2025 -
Bug: <Suspense> with a lazy() Component loads forever
#33020 opened
Apr 25, 2025 -
Bug: ViewTransition name prop does not support numerical prefixes
#33015 opened
Apr 24, 2025 -
Bug: useEffect() clears timeout immediately after a focus event with StrictMode
#33008 opened
Apr 24, 2025 -
DevTools: Allow searching by component name in Profiler trace
#32995 opened
Apr 23, 2025 -
[Compiler Bug]: eslint-plugin-react-hooks does not enable the new rule for the React compiler
#32986 opened
Apr 22, 2025 -
Bug: [eslint-plugin-react-hooks] False positive for `use` rule when using Effector
#32976 opened
Apr 21, 2025 -
Bug: Browser builds of `/static` and `/server` hang indefinitely in Node upon completion in v19
#32965 opened
Apr 20, 2025 -
[DevTools Bug] Cannot remove node "107" because no matching node was found in the Store.
#32964 opened
Apr 19, 2025 -
Feature Request: allow for DOM mode insertion in createPortal
#32961 opened
Apr 18, 2025 -
Feature Request: add useEffect callback argument
#32960 opened
Apr 18, 2025 -
[Compiler Bug]: Coverage report shows missing branch coverage
#32950 opened
Apr 17, 2025 -
[Compiler Bug]: Property 'tsSatisfiesExpression' does not exist on type...
#32947 opened
Apr 17, 2025 -
[React 19.1] useEffect cleanup running too late / useRef cleanup too early?
#32946 opened
Apr 17, 2025 -
Bug: Uncaught TypeError: Cannot read properties of undefined (reading 'H')
#32927 opened
Apr 16, 2025 -
[Compiler Bug]: Unicode characters handled incorrectly
#32915 opened
Apr 15, 2025
76 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.
-
Skip setting innerHTML when HTML string has not changed
#32773 commented on
May 7, 2025 • 2 new comments -
Implement suppress reset property
#30728 commented on
Apr 14, 2025 • 1 new comment -
Add scrollIntoView to fragment instances
#32814 commented on
May 2, 2025 • 1 new comment -
Allow `nonce` to be used on hoistable styles
#32461 commented on
May 10, 2025 • 1 new comment -
Use `FormData` `submitter` parameter
#29028 commented on
Apr 28, 2025 • 0 new comments -
[DevTools Bug]: Version 5.2 shows incorrect source for all the components
#29164 commented on
May 11, 2025 • 0 new comments -
Bug: `useId()` not working inside `<Suspense>`
#24669 commented on
May 9, 2025 • 0 new comments -
[React 19] Suspense throttling behavior (`FALLBACK_THROTTLE_MS`) kicks in too often
#31819 commented on
May 8, 2025 • 0 new comments -
"Should not already be working" in Firefox after a breakpoint/alert
#17355 commented on
May 8, 2025 • 0 new comments -
createPortal: support option to stop propagation of events in React tree
#11387 commented on
May 8, 2025 • 0 new comments -
[DevTools Bug]: cannot double click anymore on component name to filter the tree view (in Components tab) (since v6.1.1)
#32659 commented on
May 8, 2025 • 0 new comments -
[React 19] Need suggestion on upgrade.
#30859 commented on
May 8, 2025 • 0 new comments -
[React 19] prop-types removal alternative / console component trace
#28992 commented on
May 8, 2025 • 0 new comments -
New JSX runtime advice for package authors?
#20491 commented on
May 7, 2025 • 0 new comments -
Bug: React 19 cannot run apps in both dev & production mode simultaneously
#32030 commented on
May 7, 2025 • 0 new comments -
eslint-plugin-react-hooks should report errors inside unnamed functions
#14404 commented on
May 7, 2025 • 0 new comments -
Bug: MessageChannel in Scheduler prevents Jest test from exiting
#26608 commented on
May 6, 2025 • 0 new comments -
Hooks + multiple instances of React
#13991 commented on
May 6, 2025 • 0 new comments -
[DevTools Bug] Cannot add node "909" because a node with that id is already in the Store.
#32852 commented on
May 5, 2025 • 0 new comments -
Bug: `use` function doesn't warn about uncached promise when promise doesn't resolve immediately
#31790 commented on
May 5, 2025 • 0 new comments -
Bug: `StrictMode` reruns effects when a child is moved in an array
#32561 commented on
May 2, 2025 • 0 new comments -
[Cleanup] Remove unused renderLanes argument from prepareToReadContext
#32858 commented on
Apr 16, 2025 • 0 new comments -
[ci] Add ghstack /land bot
#32829 commented on
Apr 24, 2025 • 0 new comments -
chore(compiler-healthcheck): error message typo fix
#32799 commented on
Apr 26, 2025 • 0 new comments -
[DevTools] Use Popover API for component inspect overlays
#32703 commented on
May 7, 2025 • 0 new comments -
test:- Added a test for Form reset & case of prevent default.
#32689 commented on
Apr 16, 2025 • 0 new comments -
perf(react-reconciler): simplify loop with sentinel node pattern
#32643 commented on
Apr 23, 2025 • 0 new comments -
feat: [React Compiler] Allow to customise reanimated library import name
#32568 commented on
Apr 16, 2025 • 0 new comments -
[compiler][fire] Only allow values captured by the effect to be fired
#32505 commented on
Apr 17, 2025 • 0 new comments -
[compiler][fire] Fire syntax changes
#32504 commented on
Apr 17, 2025 • 0 new comments -
useConst()
#32490 commented on
Apr 14, 2025 • 0 new comments -
[compiler] Prepare HIRBuilder to be used by later passes
#32286 commented on
Apr 30, 2025 • 0 new comments -
[compiler][rewrite] Represent scope dependencies with value blocks
#32099 commented on
Apr 30, 2025 • 0 new comments -
fix: ExhaustiveDeps elements length check
#32063 commented on
Apr 28, 2025 • 0 new comments -
[ESLint] exhaustive-deps rule to also check `useInsertionEffect`
#31969 commented on
May 9, 2025 • 0 new comments -
[compiler] Migrate PruneNonEscapingScopes to HIR
#31882 commented on
May 5, 2025 • 0 new comments -
refactor: change react promise status type
#31623 commented on
Apr 25, 2025 • 0 new comments -
compiler: add verbose logging to `react-compiler-healthcheck`
#29080 commented on
Apr 30, 2025 • 0 new comments -
Bug: useEffect Without Dependencies Not Executed Correctly After setState
#31703 commented on
Apr 25, 2025 • 0 new comments -
Bug: there is no renderToReadableStream function in react-dom@18.2.0 in Node.js
#26906 commented on
Apr 24, 2025 • 0 new comments -
Bug: useTransition and uSES do not work together, uT is not resilient to amount-of-render
#26814 commented on
Apr 24, 2025 • 0 new comments -
Refs merging/combining
#29757 commented on
Apr 24, 2025 • 0 new comments -
Bug: useFormStatus pending state is reset when component state is updated
#30368 commented on
Apr 23, 2025 • 0 new comments -
Bug: select field value resets to the first option after form submission with `useActionState`
#32362 commented on
Apr 23, 2025 • 0 new comments -
[DevTools Bug]: [DevTools Bug] Cannot reorder children for node "0" because no matching node was found in the Store.
#32196 commented on
Apr 22, 2025 • 0 new comments -
Bug: autoFocus broken inside <dialog />
#23301 commented on
Apr 20, 2025 • 0 new comments -
[Compiler Bug]: "Mutating a value returned from 'useContext()', which should not be mutated" When the value is a Ref
#31470 commented on
Apr 17, 2025 • 0 new comments -
Bug: suspense fallback flickers with nested suspended components
#32796 commented on
Apr 17, 2025 • 0 new comments -
[Compiler Bug]: Values used as indexes are not memoized
#29172 commented on
Apr 17, 2025 • 0 new comments -
[React 19]Calling setState inside useEffect causes 'Maximum update depth exceeded'
#31978 commented on
Apr 17, 2025 • 0 new comments -
Bug: eslint-plugin-react-hooks treats a non-react `use` function the same way as `Re 1E79 act.use`
#31237 commented on
Apr 16, 2025 • 0 new comments -
React throws many fake errors when warnings are issued
#20882 commented on
Apr 15, 2025 • 0 new comments -
Bug: react-dom.development.js:1571 Uncaught InvalidStateError when handling file input in React 16.13.1
#32753 commented on
Apr 15, 2025 • 0 new comments -
Bug: irregular behaviour of sidescroll when webpage zoomed-in
#32824 commented on
Apr 15, 2025 • 0 new comments -
[React 19] Upgrading React causes infinite refetching
#30799 commented on
Apr 15, 2025 • 0 new comments -
Bug: Sidebar Dropdown Does Not Collapse on Second Click in React Documentation
#32818 commented on
Apr 15, 2025 • 0 new comments -
[DevTools Bug]: Firefox extension out of date (v6.0.0, 2024-09-26)
#32771 commented on
Apr 14, 2025 • 0 new comments -
[React 19] Incorrect infered response type in server actions with React 19
#31786 commented on
May 2, 2025 • 0 new comments -
[DevTools Bug]: Extension not loading for local files in Electron since 4.27.5
#27749 commented on
May 2, 2025 • 0 new comments -
Bug: React Dev Tools does not have a Google Chrome Store Established Publisher badge
#32743 commented on
May 1, 2025 • 0 new comments -
[React 19] allow opting out of automatic form reset when Form Actions are used
#29034 commented on
May 1, 2025 • 0 new comments -
[React 19] react-reconciler README is missing scheduler and form hooks
#28956 commented on
May 1, 2025 • 0 new comments -
[React 19] Controlled `<select>` component is subject to automatic form reset
#30580 commented on
May 1, 2025 • 0 new comments -
Bug: nested Suspense with lazy children permanently shows fallback
#32313 commented on
Apr 30, 2025 • 0 new comments -
[React 19] `use` is significantly slower in some scenarios than throwing a Promise
#29855 commented on
Apr 29, 2025 • 0 new comments -
[DevTools Bug]: Firefox devtools extension doesn't work with React 19
#32836 commented on
Apr 29, 2025 • 0 new comments -
[Compiler Bug]: eslint-plugin-react-compiler reports "Hooks may not be referenced as normal values" if property begins "use"
#30493 commented on
Apr 29, 2025 • 0 new comments -
[React 19] Prewarm with use() broken in certain state-change situations in the parent
#31566 commented on
Apr 29, 2025 • 0 new comments -
next-themes not working with React 19.0.0-rc-66855b96-20241106
#31576 commented on
Apr 29, 2025 • 0 new comments -
[Fiber] Formalize States
#8012 commented on
Apr 29, 2025 • 0 new comments -
[React 19] [SUGGESTION] Consistency: Rename useFormStatus().pending to useFormStatus().isPending
#31747 commented on
Apr 29, 2025 • 0 new comments -
[React 19] Bug: optimisticState is updated with both new state and optimisticValue in useOptimistic
#31944 commented on
Apr 29, 2025 • 0 new comments -
Bug: react-hooks/exhaustive-deps false postive when use `isPending` in `useActionState`
#32062 commented on
Apr 29, 2025 • 0 new comments -
[DevTools Bug]: react-devtools not start up
#32165 commented on
Apr 28, 2025 • 0 new comments -
value|defaultValue={Symbol|Function} should be ignored, not stringified
#11734 commented on
Apr 28, 2025 • 0 new comments -
Bug: initial props will leak if a component renders nested elements, when an outer element never rerenders.
#31744 commented on
Apr 26, 2025 • 0 new comments