repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
facebookreact | devtool bug when inspect hook value after usedeferredvalue be offset | Bug | website or app repro step 1 start the app in either dev or production mode 2 open the react dev tool 3 click on the app component 4 the first memo have the value 3 14 the value that the second memo should have instead of 1 41 if you want it to throw an error instead of just look at the value you can set window throwifincorrect true before devtool inspect the component I try in codesandbox s embed react dev tool as well the issue happen in react 18 0 though the first hook have no value and the second have the first hook s value but it doesn t happen in 18 1 how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 24 0 82762bea5 error message automate first be 3 14 when it should be 1 41 error call stack automate text I moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 14022 6 export inspecthooksoffiber moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 14090 12 inspectelementraw moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 8847 65 inspectelement moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 9130 38 agent agent moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 11002 56 emit moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 4137 18 bridge this wallunlisten moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 4780 14 listener moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 12986 11 eventlistener handleevent listen moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 12989 14 bridge moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 4778 31 setup moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 12979 18 welcome moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 12958 8 eventlistener handleevent moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 12961 8 webpack require moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 20 30 moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 84 18 moz extension 38b0497f 37d9 49e7 9147 393888469493 build react devtool backend js 87 10 error component stack automate text inspectedelementcontextcontroller moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 39159 43 suspense errorboundary errorboundary moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 37513 5 div inspectedelementerrorboundarywrapper moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 38001 46 nativestylecontextcontroller moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 40650 38 div div ownerslistcontextcontroller moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 33491 37 settingsmodalcontextcontroller moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 36112 40 component component moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 42701 52 errorboundary errorboundary moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 37513 5 div div themeprovider moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 37655 23 portaledcontent moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 37685 34 div div div themeprovider moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 37655 23 timelinecontextcontroller moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 42881 35 profilercontextcontroller moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 42326 35 treecontextcontroller moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 30393 31 settingscontextcontroller moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 31015 35 modaldialogcontextcontroller moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 38064 38 devtool devtool moz extension 38b0497f 37d9 49e7 9147 393888469493 build main js 54073 27 github query string automate text be 3 14 when it should be 1 41 in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug reload and profile away disable on timeline tab | Bug | website or app beta reactjs org local development repro step 1 2 yarn dev reload and profile be enable for flamegraph but disabled for timeline and yet I can reload and profile in flamegraph then switch to timeline and it work so this doesn t add up how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | bug absent error message in eslint while use hook in callback | Duplicate | when I m use react hook inside iteration first example I m get an error message react hook usecustomhook can not be call inside a callback react hook must be call in a react function component or a custom react hook function eslint react hooks rule of hook but when I m use react hook like in second example I haven t get any error the code work in the same way it s seem that it should be an error message in both example react version 17 0 2 step to reproduce first example map param usecustomhook param with error message second example map usecustomhook absent error message |
facebookreact | devtool bug can not add node 1 because a node with that i d be already in the store | Bug | website or app expo init repro step all you have to do be use expo init or npx create react native app and make a fresh app with a blank template when I open it with expo start or npm start I get this message every time in the debugger when I press the dismiss button I get a box that say unsupported devtool backend version you be run react devtool version 4 14 0 d0ec283819 this require bridge protocol version 1 however the current backend version use bridge protocol version 2 to fix this upgrade the devtool npm package npm I g react devtool 4 22 0 I follow all the step I can find to solve the issue include yarn resolution update node js and package etc but nothing work at all I can not initialize new app without get the error I really want this debugger to work again how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 14 0 d0ec283819 error message automate can not add node 1 because a node with that i d be already in the store error call stack automate text at g workspace rn debugg windows x64 resources app asar node modules react devtool core dist standalone js 48 140545 at c emit g workspace rn debugg windows x64 resources app asar node modules react devtool core dist standalone js 48 89515 at g workspace rn debugg windows x64 resources app asar node modules react devtool core dist standalone js 48 90986 at g workspace rn debugg windows x64 resources app asar node modules react devtool core dist standalone js 48 347787 at array foreach at s gc e onmessage g workspace rn debugg windows x64 resources app asar node modules react devtool core dist standalone js 48 347771 at s n g workspace rn debugg windows x64 resources app asar node modules react devtool core dist standalone js 40 3009 at s emit event js 315 20 at e export p g workspace rn debugg windows x64 resources app asar node modules react devtool core dist standalone js 8 9318 at e export emit event js 315 20 at e export datamessage g workspace rn debugg windows x64 resources app asar node modules react devtool core dist standalone js 8 15409 at e export getdata g workspace rn debugg windows x64 resources app asar node modules react devtool core dist standalone js 8 14651 at e export startloop g workspace rn debugg windows x64 resources app asar node modules react devtool core dist standalone js 8 12066 at e export write g workspace rn debugg windows x64 resources app asar node modules react devtool core dist standalone js 8 11421 at dowrite stream writable js 403 12 at writeorbuffer stream writable js 387 5 error component stack automate no response github query string automate text add node because a node with that i d be already in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug chrome devtool miss from chrome extension webstore 404 response | Bug | website or app repro step the download page for the chrome react devtool extension return 404 I check the firefox developer tool download page and that s still up how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug console log crash the app | Bug | website or app local development repro step in order to reproduce it type console log any variable or functionality if use console log for print string it work with not error how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug console log crash when I enable devtool on chrome | Bug | website or app l27 repro step for check whenever my project will work correctly when I run a command next dev error which be show below occur image when I pass a first argument which be an object to console log console error console warn I can repro the error for example console log console error before a few day the error have never occur when I disable devtool the error calm down I think the error may be cause by the code which be show below l193 how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug when inspect with devtool it fail to select correct react component when there be multiple react dom instance in the application | Bug | website or app repro step when use devtool in the link codesandbox I be not able to select react component that be render by the micro fe use the inspect tool step to reproduce 1 go to 2 open react devtool and click on inspect icon with the select an element on the page to inspect it tooltip 3 inspect the component with the pink background and text micro fe example head 4 devtool select app as the component or if the component type filter be disabled it select the div where the micro fe be mount ideally it would actually select either the microferoot component or the corresponding html node if the filter be disabled I be able to get it work by do the following change in the react devtool backend src backend agent js how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug component show twice in flame graph when use react memo | Bug | website or app I can not provide private version react developer tool 4 24 3 3 30 2022 react 17 0 2 react dom 17 0 2 repro step I be use react devtool to profile my app when a component be wrap in react memo and a custom comparison function be provide that component show up twice in the flamegraph I try with different component in the app and the behaviour be always the same I try with both the chrome extension and the stand alone npm package show only one instance in flamegraph export default react memo surfacesselector show up twice in flamegraph export default react memo surfacesselector customshallowequal or export default react memo surfacesselector prevprop surfacesselectorprop nextprop surfacesselectorprop if deepequal prevprop enabledsurface nextprop enabledsurface return false if deepequal prevprop surface nextprops surface return false return shallowequal prevprop nextprop see the follow screenshot for the result screen shoot 2022 05 11 at 10 35 11 screen shoot 2022 05 11 at 10 34 56 how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | warn internal react error expect static flag be miss please notify the react team | Duplicate | warn internal react error expect static flag be miss please notify the react team I get this warning message after upgrade to react v18 after a bit of dig into the project code I have reach a reproduction case you can find it here note the warning will disappear if we comment on the useeffect hook the warning will disappear if we use usestate hook this happen only with the first render of the about page while navigate to it from the home page the warning will not fire if we be already on the about page and do a browser refresh the warning will not fire if we be about the page and then navigate to the home page and back again to the about page react version 18 1 0 step to reproduce 1 visit this code sandbox 2 navigate to the about page 3 you can find the warning message in the console instal package be json dependency next 12 1 6 react 18 1 0 react dom 18 1 0 link to code example code sandbox the current behavior I get a warning message warn internal react error expect static flag be miss please notify the react team in the console the expect behavior the warning message should disappear |
facebookreact | default bolean prop name show or visible | Enhancement | hi reactjs team I suggest that team should add a new prop for every component that purly use to show or hide component conditionally I e instead of write code like this in jsx show we simply use like this and that s it |
facebookreact | class prop instead of classname | Enhancement | it be often the case that multiple css class be use for an element and sometimes they be dynamically generate in such situation the client code need to concatenate they into a string const class getcssclasse return foo I always feel the need to be able to pass the class as an array const class getcssclasse return foo in addition to the convenience of such a property maybe it could help with performance in the sense that equality could be check before stre concatenation and only do the concatenation if the element need to be render the drawback here be of course the mutable nature of an array I imagine performance would be well if the array would be immutable so maybe this new property could work only with some immutable array implementation or frozen array in short I want such a property for convenience but maybe it also have potential for some performance improvement |
facebookreact | devtool bug I believe that ui and ux from react devtool be a big bug | Bug | website or app repro step hello community I have an big question about the react devtool why be so different in comparasion with vue devtool all be more hard see the context indentify the state s the component in comparasion with vue devtool the react devtoosl don t have a pretty and functional ui and ux the context s state s and component don t have a ui ogarnize to easy indentification on vue devtool there tab to component store context s event and some other feature see below image the vuex context s in react environment image timeline of event image how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | bug setstate be not flush if an iframe be add in the same tick in safari | Bug | batch state change be not flush if the promise code change the dom attach an iframe reproduceable with safari react version 18 1 0 step to reproduce 1 open codepen with safari 2 click upload 3 spinner text do not render while promise be in pende link to code example the current behavior state change be not execute the expect behavior state should change to true and render spinner component after promise be resolve 2 second timeout state should switch back to false and spinner component should unmount original discussion |
facebookreact | devtool bug treecontext error can t access property i d in undefined | Bug | website or app repro step unfortunately I don t know how to reproduce this bug it be just log to sentry it seem like there s a logic bug here though l386 l416 if selectedelementindex be null or elementindiceswitherrorsorwarning be empty then flatindex would be 0 still and this statement would result in an undefined entry js preventry elementindiceswitherrorsorwarning elementindiceswitherrorsorwarning length 1 how often do this bug happen only once devtool package automate react devtool inline devtool version automate 4 24 4 error message automate error can t access property i d n be undefined error call stack automate text react errorboundary error can t access property i d n be undefine at treecontextcontroller node modules react devtool inline dist frontend js 20793 10 at settingscontextcontroller node modules react devtool inline dist frontend js 21419 10 at modaldialogcontextcontroller node modules react devtool inline dist frontend js 28526 10 at devtool devtool node modules react devtool inline dist frontend js 44535 10 at usememo src ui component secondarytoolbox reactdevtool tsx 269 1 at connectfunction node modules react redux es component connectadvance js 220 22 at redacted src ui component redact tsx 5 83 at secondarytoolbox src ui component secondarytoolbox index tsx 119 25 at usegetshowvideo src devtool client share component splitter splitbox tsx 25 37 error component stack automate no response github query string automate no response |
facebookreact | devtool bug can not add node 1 because a node with that i d be already in the store | Bug | website or app repro step run react native debugger how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 14 0 d0ec283819 error message automate can not add node 1 because a node with that i d be already in the store error call stack automate text at usr lib react native debugger node modules react devtool core dist standalone js 48 140545 at c emit usr lib react native debugger node modules react devtool core dist standalone js 48 89515 at usr lib react native debugger node modules react devtool core dist standalone js 48 90986 at usr lib react native debugger node modules react devtool core dist standalone js 48 347787 at array foreach at s gc e onmessage usr lib react native debugger node modules react devtool core dist standalone js 48 347771 at s n usr lib react native debugger node modules react devtool core dist standalone js 40 3009 at s emit event js 315 20 at e export p usr lib react native debugger node modules react devtool core dist standalone js 8 9318 at e export emit event js 315 20 at e export datamessage usr lib react native debugger node modules react devtool core dist standalone js 8 15409 at e export getdata usr lib react native debugger node modules react devtool core dist standalone js 8 14651 at e export startloop usr lib react native debugger node modules react devtool core dist standalone js 8 12066 at e export write usr lib react native debugger node modules react devtool core dist standalone js 8 11421 at dowrite stream writable js 403 12 at writeorbuffer stream writable js 387 5 error component stack automate no response github query string automate text add node because a node with that i d be already in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug forwardref component not mark as render if context change | Bug | website or app repro step 1 goto 1 start profile 3 enter a into the input 4 stop profile forwardref do not render how often do this bug happen every time devtool package automate no response devtool version automate 4 24 3 46a98cff2 error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | question about react fragment and dangerouslysetinnerhtml | Question | react version 17 0 0 react fragment why not dangerouslysetinnerhtml property |
facebookreact | devtool bug error in event handler error attempt to use a disconnected port object | Bug | website or app repro step 1 create a react app yarn create react app test react cd test react yarn start 2 create env development file in root https true port 4100 browser none 3 visit in chrome v100 0 4896 127 4 open react devtool by inspect page some time it show component tab but in large application it do not show the component tab if it show the tab the error message be send to dev tool every second 5 see error message in chrome extension chrome extension how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug error in event handler error attempt to use a disconnected port object | Bug | website or app repro step 1 create a react app yarn create react app test react cd test react yarn start 2 create env development file in root https true port 4100 browser none 3 visit in chrome v100 0 4896 127 4 open react devtool by inspect page some time it show component tab but in large application it do not show the component tab if it show the tab the error message be send to dev tool every second 5 see error message in chrome extension chrome extension 6 this be not reproducible in firefox v99 0 1 how often do this bug happen every time devtool package automate no response devtool version automate 4 24 3 3 30 2022 error message automate error in event handler error attempt to use a disconnected port object error call stack automate build background js 139 lone function module webpackbootstrap the module cache var installedmodules the require function function webpack require moduleid check if module be in cache if installedmodules moduleid return installedmodules moduleid export create a new module and put it into the cache var module installedmodules moduleid I moduleid l false export execute the module function module moduleid call module export module module export webpack require flag the module as load module l true return the export of the module return module export expose the module object webpack module webpack require m module expose the module cache webpack require c installedmodules define getter function for harmony export webpack require d function export name getter if webpack require o export name object defineproperty export name enumerable true get getter define esmodule on export webpack require r function export if typeof symbol undefine symbol tostringtag object defineproperty export symbol tostringtag value module object defineproperty export esmodule value true create a fake namespace object mode 1 value be a module i d require it mode 2 merge all property of value into the ns mode 4 return value when already n object mode 8 1 behave like require webpack require t function value mode if mode 1 value webpack require value if mode 8 return value if mode 4 typeof value object value value esmodule return value var n object create null webpack require r ns object defineproperty n default enumerable true value value if mode 2 typeof value string for var key in value webpack require d n key function key return value key bind null key return n getdefaultexport function for compatibility with non harmony module webpack require n function module var getter module module esmodule function getdefault return module default function getmoduleexport return module webpack require d getter a getter return getter object prototype hasownproperty call webpack require o function object property return object prototype hasownproperty call object property webpack public path webpack require p build load entry module and return export return webpack require webpack require s 115 115 function module export webpack require use strict global chrome const port const be firefox navigator useragent indexof firefox 0 chrome runtime onconnect addlistener function port let tab null let name null if isnumeric port name tab port name name devtool installcontentscript port name else tab port sender tab i d name content script if port tab port tab devtool null content script null port tab name port if port tab devtool port tab content script doublepipe port tab devtool port tab content script function isnumeric str return str str function installcontentscript tabid chrome tab executescript tabid file build contentscript js function function doublepipe one two one onmessage addlistener lone function lone message two postmessage message two onmessage addlistener ltwo function ltwo message one postmessage message function shutdown one onmessage removelistener lone two onmessage removelistener ltwo one disconnect two disconnect one ondisconnect addlistener shutdown two ondisconnect addlistener shutdown function seticonandpopup reactbuildtype tabid chrome browseraction seticon tabid tabid path 16 icon 16 reactbuildtype png 32 icon 32 reactbuildtype png 48 icon 48 reactbuildtype png 128 icon 128 reactbuildtype png chrome browseraction setpopup tabid tabid popup popup reactbuildtype html function isrestrictedbrowserpage url return url new url url protocol chrome function checkandhandlerestrictedpageifso tab if tab isrestrictedbrowserpage tab url seticonandpopup restrict tab i d update popup page of any exist open tab if they be restrict browser page we can t update for any other type prod dev outdate etc as the content script need to be inject at document start itself for those kind of detection todo show a different popup page to reload current page probably for old tab open before the extension be instal if be firefox chrome tabs query tab tabs foreach checkandhandlerestrictedpageifso chrome tab oncreate addlistener tabid changeinfo tab checkandhandlerestrictedpageifso tab listen to url change on the active tab and update the devtool icon chrome tab onupdate addlistener tabid changeinfo tab if be firefox we don t properly detect protect url in firefox at the moment however we can reset the devtool icon to its loading state when the url change it will be update to the correct icon by the onmessage callback below if tab active changeinfo status loading seticonandpopup disabled tabid else don t reset the icon to the loading state for chrome or edge the onupdated callback fire more frequently for these browser often after onmessage have be call checkandhandlerestrictedpageifso tab chrome runtime onmessage addlistener request sender var request payload port i d const tab sender tab if tab const i d tab i d this be send from the hook content script it tell we a renderer have attach if request hasdetectedreact we use browseraction instead of pageaction because this let we display a custom default popup when react be not detect it be specify in the manifest seticonandpopup request reactbuildtype i d else switch request payload request payload null request payload void 0 void 0 request payload type case fetch file with cache complete case fetch file with cache error forward the result of fetch in page request back to the extension const devtool port i d port i d null port i d void 0 void 0 port i d devtool if devtool devtool postmessage request break error component stack automate no response github query string automate no response |
facebookreact | bug why v17 0 2 react version be 17 0 0 | Duplicate | version l7 react version why react version in tag v17 0 2 be 17 0 0 which commit be the source code of version 17 0 2 react step to reproduce 1 2 link to code example the current behavior the expect behavior |
facebookreact | bug incorrect hydration mismatch detection during suspense hydration fail because the initial ui do not match what be render on the server | Bug | react version 18 0 0 step to reproduce 1 add a suspense boundary 2 add a component that will suspend to load some datum fake 3 render at least one sible component after the suspend component 3 render server side use rendertopipeablestream 4 render client side use hydrateroot reproduction in codesandbox reproduction 1 with next js edit reproduction 2 use rendertopipeablestream base on example demo jsx this headline hydrate fine will suspend on client and server this element after the suspend component trigger an error only in development the current behavior the sible component follow the suspending component be incorrectly see as a hydration mismatch console will show error and next js will show big error overlay warn expect server html to contain a matching in at h3 at indexpage at suspense at app webpack internal page app js 42 27 at errorboundary webpack internal node module next dist compile next react dev overlay client js 8 20638 at reactdevoverlay webpack internal node module next dist compile next react dev overlay client js 8 23179 at container webpack internal node module next dist client index js 323 9 at appcontainer webpack internal node module next dist client index js 825 26 at root webpack internal node module next dist client index js 949 27 uncaught error hydration fail because the initial ui do not match what be render on the server at throwonhydrationmismatch react dom development js ac89 14344 1 at trytoclaimnexthydratableinstance react dom development js ac89 14372 1 at updatehostcomponent 1 react dom development js ac89 20636 1 at beginwork react dom development js ac89 22373 1 at htmlunknownelement callcallback react dom development js ac89 4157 1 at object invokeguardedcallbackdev react dom development js ac89 4206 1 at invokeguardedcallback react dom development js ac89 4270 1 depend on the location of the suspending component and their sibling there be error or no error at all when the suspending component be the last component there be no error log error can be suppress by wrap the suspending component in a suspense boundary directly the expect behavior I expect to be able to use the same fetch mechanism use suspense on server and client in react v18 suspense in data framework or if this be unsupported usage the error should be more clear and consistent |
facebookreact | devtool bug can not add child foo to parent bar because parent node be not find in the store | Bug | website or app repro step step to reproduce 1 install all dependency 2 run the project with npm start 3 navigate to 4 enter any number into phone number and click on get otp 5 enter any number into the text box and click on sign in 6 allow access to location 7 check the dev tool for the error how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 24 3 46a98cff2 error message automate can not add child 986 to parent 985 because parent node be not find in the store error call stack automate text emit moz extension 33a37ecb 24c1 4ab5 9400 2d8a276f2472 build main js 24430 22 bridge bridge this wallunlisten moz extension 33a37ecb 24c1 4ab5 9400 2d8a276f2472 build main js 24599 14 listener moz extension 33a37ecb 24c1 4ab5 9400 2d8a276f2472 build main js 54423 41 error component stack automate no response github query string automate text add child to parent because parent node be not find in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | bug some transition update haven t be render | Bug | react version 18 0 0 step to reproduce 1 write a react component with the follow code jsx import react usestate starttransition from react export default function app const arr array 9999 fill 1 const value setvalue usestate 0 const handleinputchange e console log e target value starttransition setvalue e target value const getvalue return arr map item index return value index return getvalue 2 input content in the at a very fast speed 3 as show in the figure below all the content I enter for the first time have be render but the second time I input 216948261894 only 216948 be render and the follow character be not render img link to code example the current behavior as show in the figure below all the content I input for the first time have be render but the second time I input 216948261894 only 216948 be render and the follow character be not render the expect behavior everything I input should be render |
facebookreact | console dim on second strictmode render force string cast | Bug | react version 18 0 0 congrat on the release step to reproduce 1 during rendering of a component log something that doesn t naturally cast to a string e g console log new set 2 wrap the tree in strictmode 3 observe the console link to code example note that the console dim isn t apply to the inline codesandbox dev tool so to see the issue you need to visit the fullscreen view here the current behavior in chrome as expect there be two console log one dim unfortunately the way that the dim work force the second log to be serialize to a string this have two issue 1 it can result in two of the same log look very different from each other which be confusing to developer for example in the screenshot above it s pretty surprising that those two console line occur from the same console log call 2 it prevent browser dev tool introspection this can make it inconvenient or impossible to compare the two value if the string cast doesn t include the value as in the screenshot above this be problematic because a key use case of print both value be to check whether they re the same you can kind of work around the second issue by write your own string cast at the log callsite but you lose the dx of introspection which be pretty unfortunate especially in the case of large deeply nest object etc easy to compare two native console value than two json stringify dump the expect behavior while there be a new appreciate dev tool option to suppress logging for the second render entirely there be no way to disable the dim feature any of the follow option would solve the issue 1 provide a dev tool option to disable dim 2 remove the dim feature entirely so that both log be always print the same way 3 update the dim implementation so that it doesn t force a string cast guess this isn t possible 4 improve serialization of complex value imo this isn t a great option because it doesn t solve the issue of consistency confusion but it would be well than the current behavior if all other option be rule out thank for consider |
facebookreact | bug componentwillunmount be call twice | Bug | react version 18 0 0 step to reproduce componentwillunmount be call twice upon toggle the render component even when strictmode be disabled link to code example the current behavior after upgrade to react 18 we ve see some different behavior in a conditionally render lazy class component in the provide code example the class component be render first after the first toggle the class component s componentwillunmount be call twice subsequent toggle call correctly lead to a single componentwillunmount invocation this do only seem to affect the class component when its render first if the condition be change to initially show the other function component the class component unmount just fine the expect behavior the class component s componentwillunmount be only call once |
facebookreact | bug eslint plugin exhaustive dep hook wrongly mark as conditional at exact number of conditional in fc | Bug | when use an exact number of conditional before and after a react hook the react hook hook name be call conditionally react hook must be call in the exact same order in every component render rule be wrongly flag as be violate this be a really weird bug and it s kind of hard to explain just take a look at the code and watch as eslint flag the hook as somehow be conditional while this may seem like a huge edge case this actually trigger in our code base and cause all hook in the component to be flag as conditional react version 18 0 0 doesn t seem to matter step to reproduce 1 check out this project run yarn and run yarn eslint app foo tsx 2 watch as the hook be incorrectly flag as conditional 3 remove or add one of the conditional in the return statement make the bug go away the same go for remove one of the conditional above the hook link to code example unfortunately I couldn t get it to work online because of a lack of terminal the current behavior hook be incorrectly flag as conditional image the expect behavior hook should not be conditional |
facebookreact | bug suppresshydrationwarne be not take into account in production build in react 18 | Bug | react version 18 step to reproduce 1 clone 2 run npm install 3 run npm build 4 run npm run start example build 5 go to the follow url 6 open the console log no error 7 kill the app and update the react and react dom package to version 18 0 8 re run step 2 to 5 9 open the console log lot of hydration error 425 418 and 423 link to code example the current behavior use react 18 the test be fail because of the error be throw in the console I confirm this be relate to suppresshydrationwarne because as soon as I remove the follow code from l37 jsx message format rowlocalizedwithaspath add suppresshydrationwarne until be resolve aspath the error stop however I could not find any mention that suppresshydrationwarne be no long support with react 18 and these error be only trigger on build not in dev mode which be why I be open this issue the expect behavior suppresshydrationwarne should prevent these error from be throw |
facebookreact | bug eslint plugin exhaustive dep can t find unstable value | Bug | react version 18 0 0 not important step to reproduce I ll show as a code link to code example the current behavior exhaustive dep can t find unstable dependency the expect behavior warn lint message opinion I know this code be super weird but this code may be improve something like add more core lint rule like usestate be always declare as a const eslint plugin exhaustive dep should find reallocation value and calculate real value or just stay it I just wonder what be your opinion thank you |
facebookreact | devtool bug can not add child 2 to parent 1 because parent node be not find in the store | Bug | website or app repro step clone the repo at the link commit npm install npm run dev open localhost 3000 open react devtool refresh the page how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 23 0 e28a0db22 error message automate can not add child 2 to parent 1 because parent node be not find in the store error call stack automate text at usr local lib node modules react devtool node modules react devtool core dist standalone js 53 330974 at c emit usr local lib node modules react devtool node modules react devtool core dist standalone js 53 277732 at usr local lib node modules react devtool node modules react devtool core dist standalone js 53 279273 at usr local lib node modules react devtool node modules react devtool core dist standalone js 53 659742 at array foreach at a e onmessage usr local lib node modules react devtool node modules react devtool core dist standalone js 53 659726 at a t usr local lib node modules react devtool node modules react devtool core dist standalone js 44 3009 at a emit event js 315 20 at e export l usr local lib node modules react devtool node modules react devtool core dist standalone js 8 13567 at e export emit event js 315 20 error component stack automate no response github query string automate text add child to parent because parent node be not find in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | react dom umd always warn in react 18 | Bug | this be a false positive |
facebookreact | npm version export format change now include sha and date | Bug | react version 18 0 0 step to reproduce 1 import version from react 2 console log version link to code example the current behavior version be 18 0 0 fc46dba67 20220329 the expect behavior version be 18 0 0 or 18 0 1 |
facebookreact | bug no warning on infinite useeffect loop in react 18 | Bug | this be suppose to console error but it doesn t 17 warn |
facebookreact | devtool bug useeffect hook incorrectly label as reason for component render | Bug | website or app repro step 1 start profile 2 click the button 3 stop profile 4 check the reason for render it be incorrect to say that hook 2 be why this render hook 1 be why it render hook 2 be reschedule during that render these really need to be separate as they be completely different thing in a component with a lot of effect it can be tedious to find which hook be the one that cause it to render especially with transpilling minifying etc where hook be not always show nicely how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug can not add node 1 because a node with that i d be already in the store | Bug | website or app repro step just open the console and go to component or profiler show this error I notice that in the console there be two warning for contentscript js I be assume this file be part of this extension contentscript js 113 violation message handler take 210ms contentscript js 113 violation message handler take 891ms how often do this bug happen sometimes devtool package automate react devtool extension devtool version automate 4 24 0 82762bea5 error message automate can not add node 1 because a node with that i d be already in the store error call stack automate text at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 26326 41 at bridge bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24400 22 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24566 14 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 54300 39 error component stack automate no response github query string automate text add node because a node with that i d be already in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | bug infinite function component render with lazy loading | Question | unexpected behavior infinite function component render when lazy loading component with string interpolation reactive variable state react version 18 0 0 rc3 step to reproduce 1 not work javascript import lazy from react export default langauge const privacy lazy import privacy langauge jsx return 2 work javascript import lazy from react const privacypt lazy import privacy pt jsx const privacye lazy import privacy es jsx const privacyen lazy import privacy en jsx export default language return language pt language es language en link to code example screenshot from 2022 03 24 09 35 58 the current behavior the expect behavior |
facebookreact | devtool bug unsupported bridge operation 0 | Bug | website or app react native init app repro step just run the react devtool and then forward to port 8087 to debug in real device how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 24 1 ac574d688 error message automate unsupported bridge operation 0 error call stack automate text at user tb921 t npm global lib node modules react devtool node modules react devtool core dist standalone js 48 335334 at f emit user tb921 t npm global lib node modules react devtool node modules react devtool core dist standalone js 48 278775 at user tb921 t npm global lib node modules react devtool node modules react devtool core dist standalone js 48 280316 at user tb921 t npm global lib node modules react devtool node modules react devtool core dist standalone js 48 664831 at array foreach at a zh e onmessage user tb921 t npm global lib node modules react devtool node modules react devtool core dist standalone js 48 664815 at a t user tb921 t npm global lib node modules react devtool node modules react devtool core dist standalone js 39 2836 at a emit event js 315 20 at e export l user tb921 t npm global lib node modules react devtool node modules react devtool core dist standalone js 3 58322 at e export emit event js 315 20 error component stack automate no response github query string automate text bridge operation in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug error occur when instal react devtool in yarn berry project | Bug | website or app repro step I try to install react devtool with yarn berry so I encounter this error log yarn add react devtool d yn0000 resolution step yn0002 react native aria combobox npm 0 2 4 alpha 1 d995e doesn t provide react dom pd70ba request by react aria overlay yn0002 react native aria combobox npm 0 2 4 alpha 1 d995e doesn t provide react dom pa0a11 request by react aria live announcer yn0002 react native aria combobox npm 0 2 4 alpha 1 d995e doesn t provide react dom pd5c9c request by react aria combobox yn0002 babel preset expo npm 9 0 2 doesn t provide babel core pff6e6 request by babel plugin proposal decorator yn0002 babel preset expo npm 9 0 2 doesn t provide babel core p4f633 request by babel plugin transform react jsx yn0002 babel preset expo npm 9 0 2 doesn t provide babel core pa1fad request by babel preset env yn0002 devfeed workspace doesn t provide type react p5404d request by native base yn0002 devfeed workspace doesn t provide react dom pf66e9 request by native base yn0002 devfeed workspace doesn t provide react dom pfc556 request by react use yn0060 devfeed workspace provide react native safe area context p3bb21 with version 4 2 1 which doesn t satisfy what native base request yn0060 devfeed workspace provide react native svg pc0baf with version 12 3 0 which doesn t satisfy what native base request yn0002 react native codegen npm 0 0 8 doesn t provide babel preset env p1529d request by jscodeshift yn0000 some peer dependency be incorrectly meet run yarn explain peer requirement for detail where be the six letter p prefix code yn0000 complete yn0000 fetch step yn0000 complete in 0s 393ms yn0000 link step yn0001 error while clone user jihoon lim dev devfee node modules string decoder node modules safe buffer user jihoon lim dev devfee node modules registry auth token node modules safe buffer enoent no such file or directory scandir user jihoon lim dev devfee node modules string decoder node modules safe buffer yn0000 complete in 3s 361ms yn0000 fail with error in 3s 927m how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | suggestion eslint plugin react hook exhaustive dep allow configure isstableknownhookvalue for own hook | Enhancement | hi I have example of own define hook which return always memorize callback setvalue problem const value setvalue useappstate then setvalue use in hook which require dep for example useeffect useeffect if value a setvalue a value but unlike usestate this generate an error image I be find source which contain function to check this here suggestion add configuration option to set own hook to be handle as out of the box |
facebookreact | devtool bug component profile tab not show up in chrome 99 | Bug | website or app repro step 1 open up chrome inspector 2 expect component profile tab to appear computer 2019 macbook pro intel browser google chrome version 99 0 4844 51 official build x86 64 devtool 4 24 0 3 10 2022 how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | react devtool win t connect to application run on io simulator | Bug | react devtool doesn t connect to the instance run in the ios simulator react devtool screenshot image io simulator screenshot image react native appear to have some interactivity as you can see devtool initialize and the inspector on the ios simulator be run in the condense mode os macos monterey 12 2 1 chip apple m1 pro |
facebookreact | bug datum be lose during page refresh in reactjs redux try use redux persist and localstorage but not work | Question | in our project form login signup logout etc be build in django and through this we be get the authorization detail and this be store as redux data and be use in the rest of the application which be build in react there be no refresh issue during that time evenif the store be get disapper but we be get it back now we shift all that we do in django into react and use the same redux storage method in login but we be face the datum losage during refresh store be not get restore and we be have 403 status for 2 apis for get the user detail this be not happen in former case we use redux persist package to avoid this data losage and also try use localstorage persist method loadstate savestate but still face the issue store js import createstore applymiddleware compose from redux import thunk from redux thunk import rootreducer from reducer import persiststore persistreducer from redux persist import storage from redux persist lib storage const persistconfig key root storage const composeenhancer window redux devtool extension compose compose const persistedreducer persistreducer persistconfig rootreducer const store createstore persistedreducer composeenhancer applymiddleware thunk const persistor persiststore store export default store export persistor action js import axio from axio import set profile set feature toggle from actiontype import client request datum from config const redirecttologin delete axio default header common authorization if window location href indexof account 1 window location href account login export const fetchuserprofile dispatch axio post account user profile client request datum client request datum then resp dispatch type set profile payload resp datum catch e todo figure out what do do here if e response status 403 redirecttologin export const fetchfeaturetoggle dispatch axio post api study v1 feature toggle client request datum client request datum then resp dispatch type set feature toggle payload resp datum catch e todo figure out what do do here if e response status 403 redirecttologin reducer 1 featuretoggle js import set feature toggle from actiontype const intialstate export default state intialstate action switch action type case set feature toggle return action payload default return state 2 userprofile js import set profile from actiontype const intialstate export default state action switch action type case set profile return action payload default return state app js import react useeffect suspense from react import connect from react redux import cssbaseline from material ui core cssbaseline import themeprovider from material ui style import muithemeprovider from material ui core style muithemeprovider import provider from react redux import browserrouter switch route from react router dom import theme from theme muitheme import i18n import home from screen home import as action from redux action import userservice from service userservice import base url from config import login from login import signup from signup import logout from logout import resetpassword from resetpassword import resetsuccess from resetsuccess import store from redux store const app prop const userprofile featuretoggle fetchuserprofile fetchfeaturetoggle prop useeffect fetchuserprofile fetchfeaturetoggle return return userprofile null featuretoggle null const mapstatetoprop state userprofile state userprofile featuretoggle state featuretoggle export default connect mapstatetoprop action app index js import promisefinally from promise prototype finally import react suspense from react import reactdom from react dom import index css import cssbaseline from material ui core cssbaseline import themeprovider from material ui style import muithemeprovider from material ui core style muithemeprovider import provider from react redux import as serviceworker from serviceworker import app from app import theme from theme muitheme import store persistor from redux store import i18n import home from screen home import login from login import signup from signup import logout from logout import persistgate from redux persist integration react promisefinally shim reactdom render document getelementbyid root serviceworker unregister also try with localstorage localstorage js in redux export const loadstate try const serializedstate localstorage getitem state if serializedstate null return undefined return json parse serializedstate catch err return undefined export const savestate state try const serializesstate json stringify state localstorage setitem state serializesstate catch err console log err correspond store js import createstore applymiddleware compose from redux import thunk from redux thunk import rootreducer from reducer import persiststore persistreducer from redux persist import storage from redux persist lib storage import fetchfeaturetoggle from action import loadstate savestate from localstorage import throttle from lodash const persistconfig key root storage const composeenhancer window redux devtool extension compose compose const persistedstate loadstate const persistedreducer persistreducer persistconfig rootreducer const store createstore persistedreducer persistedstate composeenhancer applymiddleware thunk store subscribe throttle savestate store getstate 1000 const persistor persiststore store export default store export persistor |
facebookreact | rendertoreadablestream pass reusable chunk | Bug | we switch to use byte stream but by spec chunk get transfer in that format totally reasonable however we pass reusable chunk which then get detach I m not sure why the polyfill or fixture didn t catch this we really should be use the byob model instead and copy into a large chunk for perf anyway so this just make that more urgent |
facebookreact | devtool bug can not read property of undefined reading split | Bug | website or app repro step 1 enter the site 2 open react devtool 3 select we maybe suspense s child component 4 and show follow error how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 23 0 e28a0db22 error message automate can not read property of undefined reading split error call stack automate text at getderivedstatefromerror chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37414 114 at errorboundary errorboundary c payload chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 16143 14 at gg chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 14571 47 at dj chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 16788 5 at jl chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 19204 86 at il chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 18756 11 at hl chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 18748 23 at wk chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 18732 5 at al chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 18393 37 at uk chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 18314 51 error component stack automate text at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37375 5 at div at inspectedelementerrorboundarywrapper chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37864 3 at nativestylecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 40513 3 at div at div at ownerslistcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 33354 3 at settingsmodalcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35975 3 at component component chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42520 52 at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37375 5 at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37518 3 at portaledcontent chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37548 5 at div at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37518 3 at timelinecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42700 3 at profilercontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42146 3 at treecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30256 3 at settingscontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30878 3 at modaldialogcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37927 3 at devtool devtool chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53807 3 github query string automate text read property of undefined reading split in title be issue be open be public label component developer tool repo facebook react |
facebookreact | react 18 17 and 16 8 keyboard event not work with mac touch bar in react js after first submit on textarea form | Duplicate | keyboard event not work with mac touch bar in react js after first submit on textarea form I have a weird issue where mac touch bar key input event word suggestion be not work when after I submit the textarea input the textarea input be unable to trigger any keyevent in react not sure about other framework scenario step 1 type something in textarea and press enter step 2 try now to enter something via mac touch bar there be word suggestion on touch bar that appear try touch they no keyboard event be trigger now if we try to type something from the physical keyboard and then use the touch bar suggestion and we can see that it start work again this issue happen only after clear or reset the textarea element I need this to work with mac touch bar just like regular input event create an example in stackblitz the javascript way work fine react javascript |
facebookreact | devtool bug can not add node 1 because a node with that i d be already in the store | Bug | website or app local running intranet web app repro step 1 start intranet web app 2 call in devtool from react devtool component how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 23 0 e28a0db22 error message automate can not add node 1 because a node with that i d be already in the store error call stack automate text at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 26229 41 at bridge bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24415 22 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24581 14 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 54033 39 error component stack automate no response github query string automate text add node because a node with that i d be already in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | question on reconciliation | Question | let s say on first render first datastore as below json i d 1 name duke i d 1 name villanova i d 1 name neclause i d 2 name derk i d 3 name lily we render follow duke villanova neclause derk lily I change the datasource to i d 2 name derk second time i d 3 name lily second time after a settimeout what I expect on next render be derk second time lily second time but it render the following result key 1 li remain in the dom tree which I expect to be eliminate duke villanova derk second time lily second time hower when I change the datasource to after a settimeout what I expect on next render be duke villanova derk second time lily second time out ot my expection I get follow a empty dom tree a online demo be accessiable on can someone explain the reconciliation for I this case thank |
facebookreact | devtool bug unsupported bridge operation 0 | Bug | website or app local app development repro step just install react devtool and downgrade to 4 11 0 how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 23 0 e28a0db22 error message automate unsupported bridge operation 0 error call stack automate text at user softwaremac desktop user jigneshjani rnproject wifiswitch wifiswitchv2 29 5 node module react devtool node modules react devtool core dist standalone js 53 333837 at c emit user softwaremac desktop user jigneshjani rnproject wifiswitch wifiswitchv2 29 5 node module react devtool node modules react devtool core dist standalone js 53 277732 at user softwaremac desktop user jigneshjani rnproject wifiswitch wifiswitchv2 29 5 node module react devtool node modules react devtool core dist standalone js 53 279273 at user softwaremac desktop user jigneshjani rnproject wifiswitch wifiswitchv2 29 5 node module react devtool node modules react devtool core dist standalone js 53 659742 at array foreach at a e onmessage user softwaremac desktop user jigneshjani rnproject wifiswitch wifiswitchv2 29 5 node module react devtool node modules react devtool core dist standalone js 53 659726 at a t user softwaremac desktop user jigneshjani rnproject wifiswitch wifiswitchv2 29 5 node module react devtool node modules react devtool core dist standalone js 44 3009 at a emit event js 315 20 at e export l user softwaremac desktop user jigneshjani rnproject wifiswitch wifiswitchv2 29 5 node module react devtool node modules react devtool core dist standalone js 8 13567 at e export emit event js 315 20 error component stack automate no response github query string automate text bridge operation in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug can not read property of undefined reading skin | Bug | website or app repro step use the react dev tool example search for moleculequestionsfreetext in the story book then the context be undefined hence the error the provider show that the skin be ok but the context doesn t reach the component at least for the dev tool because it actually reach as the context be use the patch be easy to get a default value in case it be undefined but it should not be need because it would only for the devtool sake how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 23 0 e28a0db22 error message automate can not read property of undefined reading skin error call stack automate text at freetext at h chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 13603 5 at export inspecthooksoffiber chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 13671 12 at inspectelementraw chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 8426 65 at object inspectelement chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 8709 38 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 10542 56 at bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 4225 18 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 4868 14 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 12535 9 error component stack automate text at inspectedelementcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 39022 3 at suspense at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37375 5 at div at inspectedelementerrorboundarywrapper chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37864 3 at nativestylecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 40513 3 at div at div at ownerslistcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 33354 3 at settingsmodalcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35975 3 at component component chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42520 52 at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37375 5 at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37518 3 at portaledcontent chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37548 5 at div at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37518 3 at timelinecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42700 3 at profilercontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42146 3 at treecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30256 3 at settingscontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30878 3 at modaldialogcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37927 3 at devtool devtool chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53807 3 github query string automate text read property of undefined reading skin in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug devtool fail to load source map | Bug | website or app inital react app npm create react app repro step 1 create initial react app 2 type npm start inside app folder 3 check console of chrome browser this be what I get on my console in chrome version 98 0 4758 82 official build 64 bit image as these message be annoying please let I know how to fix this how often do this bug happen every time devtool package automate no response devtool version automate 4 23 0 error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug could not find node with i d 18 in commit tree | Bug | website or app repro step just try and load the 2 5 and 3 5 report from a reload and start profile instance change react app api url to in order to launch the app without need the full net 6 environment and the correspond datum in the postgre database how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 23 0 e28a0db22 error message automate could not find node with i d 18 in commit tree error call stack automate text at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 25574 13 at map foreach at rankedchartbuilder getchartdata chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 25570 24 at profilingcache profilingcache getrankedchartdata chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 25686 11 at commitrankedautosizer chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 43680 32 at gi chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 15400 7 at zj chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 16741 7 at jl chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 19201 86 at il chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 18756 11 at hl chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 18748 23 error component stack automate text at commitrankedautosizer chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 43659 34 at div at div at div at settingsmodalcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35975 3 at profiler profiler chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53276 34 at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37375 5 at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37518 3 at portaledcontent chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37548 5 at div at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37518 3 at timelinecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42700 3 at profilercontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42146 3 at treecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30256 3 at settingscontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30878 3 at modaldialogcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37927 3 at devtool devtool chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53807 3 github query string automate text not find node with i d in commit tree in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug unsupported bridge operation 0 | Bug | website or app none repro step gaolinxiong how often do this bug happen only once devtool package automate react devtool core devtool version automate 4 23 0 e28a0db22 error message automate unsupported bridge operation 0 error call stack automate text at usr local lib node modules react devtool node module react devtool core dist standalone js 53 333837 at c emit usr local lib node modules react devtool node module react devtool core dist standalone js 53 277732 at usr local lib node modules react devtool node module react devtool core dist standalone js 53 279273 at usr local lib node modules react devtool node module react devtool core dist standalone js 53 659742 at array foreach at a e onmessage usr local lib node modules react devtool node module react devtool core dist standalone js 53 659726 at a t usr local lib node modules react devtool node module react devtool core dist standalone js 44 3009 at a emit event js 315 20 at e export l usr local lib node modules react devtool node module react devtool core dist standalone js 8 13567 at e export emit event js 315 20 error component stack automate text 123 github query string automate text bridge operation in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug could not find I d for fiber app | Bug | website or app repro step run the next app open up react dev tool and inspect the box component render by react three fiber how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 23 0 e28a0db22 error message automate could not find I d for fiber app error call stack automate text at getfiberidthrow chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 6493 11 at fibertoserializedelement chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 8237 11 at inspectelementraw chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 8406 21 at object inspectelement chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 8709 38 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 10542 56 at bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 4225 18 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 4868 14 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 12535 9 error component stack automate text at inspectedelementcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 39022 3 at suspense at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37375 5 at div at inspectedelementerrorboundarywrapper chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37864 3 at nativestylecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 40513 3 at div at div at ownerslistcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 33354 3 at settingsmodalcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35975 3 at component component chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42520 52 at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37375 5 at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37518 3 at portaledcontent chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37548 5 at div at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37518 3 at timelinecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42700 3 at profilercontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42146 3 at treecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30256 3 at settingscontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30878 3 at modaldialogcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37927 3 at devtool devtool chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53807 3 github query string automate text not find I d for fiber app in title be issue be open be public label component developer tool repo facebook react |
facebookreact | bug root event delegation cause accessibiliy issue | Duplicate | react version 17 0 2 step to reproduce 1 use nvda in firefox to navigate through the first code example provide below use down arrow keystroke to navigate the page 2 notice how the graphic element get announce as clickable link to code example basic html5 document from the above minimal example you can see how event delegate to the root cause nvda to announce the element as clickable if we take this other example basic html5 document the element will not be read as clickable put handler on the root be a loss of semantic and cause the intention of handler to be no long communicate well to the assistive technology the current behaviour nvda read clickable due to event delegation perform at the root level the expect behaviour nvda should not read clickable could react provide a way for author to arbitrarily delegate event to the document node |
facebookreact | devtool should not crawl unmounted subtree when profile start | Bug | previously we crawl all subtree even not yet mount one to initialize context value this be not only unecessary but it also cause an error to be throw this commit add a test and fix that behavior resolve 22970 test before screen shoot 2022 01 21 at 10 51 54 am test after screen shoot 2022 01 21 at 10 52 03 am |
facebookreact | dev tool give false positive if redux dev tool instal | Duplicate | react dev tool be turn to blue color on website that be not build with react the issue happen when redux devtool extension be instal screenshot redux devtool click here |
facebookreact | devtool bug different result in chrome and firefox | Bug | website or app repro step I be use the youtube website I have a habit of check if the website I have visit be use react or not as always I check for youtube website too but the react developer tool extension be show the youtube website be use react just to make sure it be right I have instal the firefox browser then instal the react developer tool extension and open the youtube website but in firefox the extension be say the youtube be not use react for confirm with other website I have visit mdn and github doc in both chrome and firefox the chrome react developer tool extension say that the mdn be use react and the firefox react developer tool extension say that the mdn be not use react for the github docs website the chrome extension say that the github docs website be use the react whereas the firefox react developer tool extension show that the github docs website doesn t use the react I be attach the screen recording to differentiate what website I have visit in chrome and firefox I previously open the website in chrome and show the result for firefox I have type the query and show the result can you tell why it be happen like this repro step 1 login to the website 2 scroll the website 3 notice the bug version chrome 97 0 4692 99 firefox 96 0 2 react developer tool 4 22 0 how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug chrome dev tool extension show website build with other framework as react web site | Bug | website or app repro step 1 go to or 2 click on react dev tool extension 3 you should see message this page be use the production build of react how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug not sure if bug or not devtool mark youtube as build with react | Bug | website or app repro step I be watch a video on youtube when I notice the new video hover feature which be not there on the 15th of january 2022 this then lead I to the react dev tool which I notice have turn blue never have before want to know of this be a bug or not I have restart my computer and browser severally url tube how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug highlight update when component render | Bug | website or app nothing repro step create a component list memoize react memo and if you only modify 1 of they this will mark that all be render but if they be memoize the report say not re render detect screenshot from 2022 01 15 21 51 08 if you see near to typography all those child be memoize and they be not re render expect but devtool still highlite they if u see those yellow box how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool confuse why do this render with hook | Bug | website or app repro step 1 visit 2 start record profile 3 click a button to update the context value 4 check the report problem the list of hook that be change be correct however this list be not really the reason why this component have be render the only thing that change and lead to this rerender be the context value I think the list of change hook be useful but this should be list separately for the why do this render only context and state and maybe usesyncexternalstore snapshot should be list as only those actually cause rerender on a separate note it s a bummer that context be not count within the change hook list and the only report we get be that context have change if I use multiple context in a component this information be often not enough because I can t easily check which context have be update how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug this page be use the react build message in every site | Bug | website or app youtube com github com gmail com lucidchart app repro step 1 open any web app not make with react e g youtube com amazon com github com gmail com lucidchart app 2 the react icon be on and the popover message say this page be use the production build of react how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug can not add node 6194 because a node with that i d be already in the store | Bug | website or app code sandbox app repro step 1 clcik inspect from google chrome 2 click component 3 it will show up this message how often do this bug happen sometimes devtool package automate react devtool extension devtool version automate 4 22 0 0229baee2 error message automate can not add node 6194 because a node with that i d be already in the store error call stack automate text at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 26181 41 at bridge bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24367 22 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24533 14 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53958 39 error component stack automate no response github query string automate text add node because a node with that i d be already in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | react 18 context provider be reset to initial value in ssr during render | Bug | while test ssr streaming in late react 18 experimental and alpha version we notice that context provider be reset to their initial value during render under certain condition it work well when handle 1 request at a time however when the server get 2 or more request at the same time the context provider seem to get confuse the context be correct at the beginning of the rendering for each request but it get lose after a while there s a reproduction here use gaearon s demo to my understanding since the react tree be wrap in a provider in ssr usecontext should never return null in the server have a look at the terminal and see how it actually log null sometimes when get multiple request 0 this should never be null read function read 0 this should never be null read function read 0 this should never be null null 0 this should never be null null run the follow code from the console to simulate multiple request js function dorequest return fetch header accept text html then r r text await promise all dorequ dorequest we see this same issue in different setup use both webpack and vite thank |
facebookreact | devtool bug can not add child 34 to parent 33 because parent node be not find in the store | Bug | website or app localhost repro step just start profiler and reload the page how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 22 0 0229baee2 error message automate can not add child 34 to parent 33 because parent node be not find in the store error call stack automate text at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 26248 43 at bridge bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24367 22 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24533 14 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53958 39 error component stack automate no response github query string automate text add child to parent because parent node be not find in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | react 18 | Duplicate | when be the new release come |
facebookreact | devtool bug error could not find I d for fiber | Bug | website or app repro step 1 install repo 2 run repo 3 visit playground in your browser of choice 4 navigate to the dev tool and you should see the error how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug can not add node 1 because a node with that i d be already in the store | Bug | website or app it s empty project create with react native init repro step 1 start rn app in debug mode how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 14 0 d0ec283819 error message automate can not add node 1 because a node with that i d be already in the store error call stack automate text at application react native debugger app content resources app asar node modules react devtool core dist standalone js 48 140545 at c emit application react native debugger app content resources app asar node modules react devtool core dist standalone js 48 89515 at application react native debugger app content resources app asar node modules react devtool core dist standalone js 48 90986 at application react native debugger app content resources app asar node modules react devtool core dist standalone js 48 347787 at array foreach at s gc e onmessage application react native debugger app content resources app asar node modules react devtool core dist standalone js 48 347771 at s n application react native debugger app content resources app asar node modules react devtool core dist standalone js 40 3009 at s emit event js 315 20 at e export p application react native debugger app content resources app asar node modules react devtool core dist standalone js 8 9318 at e export emit event js 315 20 at e export datamessage application react native debugger app content resources app asar node modules react devtool core dist standalone js 8 15409 at e export getdata application react native debugger app content resources app asar node modules react devtool core dist standalone js 8 14651 at e export startloop application react native debugger app content resources app asar node modules react devtool core dist standalone js 8 12066 at e export write application react native debugger app content resources app asar node modules react devtool core dist standalone js 8 11421 at dowrite stream writable js 403 12 at writeorbuffer stream writable js 387 5 error component stack automate no response github query string automate text add node because a node with that i d be already in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug can not read property of undefined reading push | Bug | website or app repro step just view the component tab this site be write in rescript actually this be all the rescript code you need to break devtool rescript react component let make let reactupdate usereducer unit unit reactupdate noupdate react useeffect none reactupdate be provide by rescript react update how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 22 0 0229baee2 error message automate can not read property of undefined reading push error call stack automate text at f chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 13216 7 at h chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 13250 10 at export inspecthooksoffiber chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 13310 12 at inspectelementraw chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 8067 65 at object inspectelement chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 8350 38 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 10183 56 at bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 4225 18 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 4868 14 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 12176 9 error component stack automate text at inspectedelementcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 38950 3 at suspense at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37307 5 at div at inspectedelementerrorboundarywrapper chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37796 3 at nativestylecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 40436 3 at div at div at ownerslistcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 33294 3 at settingsmodalcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35907 3 at component component chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42439 52 at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37307 5 at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37450 3 at portaledcontent chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37480 5 at div at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37450 3 at timelinecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42619 3 at profilercontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42065 3 at treecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30204 3 at settingscontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30826 3 at modaldialogcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37859 3 at devtool devtool chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53732 3 github query string automate text read property of undefined reading push in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug could not find I d for fiber route | Bug | website or app null repro step I write a component use dhtmlxgantt initialize in this way useeffect gantt init ganttcontent current gantt parse datum how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 21 0 2f8f60ca8 error message automate could not find I d for fiber route error call stack automate text at getfiberidthrow chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 5836 11 at fibertoserializedelement chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 7543 11 at inspectelementraw chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 7712 21 at object inspectelement chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 8004 38 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 9837 56 at bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 4257 18 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 10500 12 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 11737 9 error component stack automate text at inspectedelementcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 38726 3 at suspense at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37092 5 at div at inspectedelementerrorboundarywrapper chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37572 3 at nativestylecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 40146 3 at div at div at ownerslistcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35254 3 at settingsmodalcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35695 3 at component component chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42085 52 at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37092 5 at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37222 3 at portaledcontent chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37256 5 at div at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37222 3 at schedulingprofilercontextcontroll chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 43423 3 at profilercontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 41711 3 at treecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30116 3 at settingscontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30727 3 at modaldialogcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37635 3 at devtool devtool chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53004 3 github query string automate text not find I d for fiber route in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug can not add node 1 because a node with that i d be already in the store | Bug | website or app app repro step 1 run npm start for native 2 run android for native 3 run react native debugger and that s how happen how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 14 0 d0ec283819 error message automate can not add node 1 because a node with that i d be already in the store error call stack automate text at usr lib react native debugger resources app asar node modules react devtool core dist standalone js 48 140545 at c emit usr lib react native debugger resources app asar node modules react devtool core dist standalone js 48 89515 at usr lib react native debugger resources app asar node modules react devtool core dist standalone js 48 90986 at usr lib react native debugger resources app asar node modules react devtool core dist standalone js 48 347787 at array foreach at s gc e onmessage usr lib react native debugger resources app asar node modules react devtool core dist standalone js 48 347771 at s n usr lib react native debugger resources app asar node modules react devtool core dist standalone js 40 3009 at s emit event js 315 20 at e export p usr lib react native debugger resources app asar node modules react devtool core dist standalone js 8 9318 at e export emit event js 315 20 at e export datamessage usr lib react native debugger resources app asar node modules react devtool core dist standalone js 8 15409 at e export getdata usr lib react native debugger resources app asar node modules react devtool core dist standalone js 8 14651 at e export startloop usr lib react native debugger resources app asar node modules react devtool core dist standalone js 8 12066 at e export write usr lib react native debugger resources app asar node modules react devtool core dist standalone js 8 11421 at dowrite stream writable js 403 12 at writeorbuffer stream writable js 387 5 error component stack automate no response github query string automate text add node because a node with that i d be already in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug can not add node 7184 because a node with that i d be already in the store | Bug | website or app just in my local machine repro step 1 load page 2 open react component how often do this bug happen only once devtool package automate react devtool extension devtool version automate 4 21 0 2f8f60ca8 error message automate can not add node 7184 because a node with that i d be already in the store error call stack automate text at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 26134 41 at bridge bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24349 22 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24509 12 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53230 39 error component stack automate no response github query string automate text add node because a node with that i d be already in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | bug | Bug | use react dom 18 0 0 rc 0 inside a nextjs project then open a antd dropdown will cause page to be deadly freeze after downgrade react to 17 0 2 the issue disappear my wild guess this issue cause by some conflict btw dom manipulation and animation I m happy to show detailed stuff if the react team need react version 18 0 0 rc 0 |
facebookreact | devtool bug could not find I d for fiber app | Bug | website or app not public repro step I have two code basis in a yarn workspace link monorepo one be use react three fiber the lib and the other one be really thin wrapper around it with some simple ui just couple of button both be use multiple 3 zustand store how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 21 0 2f8f60ca8 error message automate could not find I d for fiber app error call stack automate text at getfiberidthrow chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 5836 11 at fibertoserializedelement chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 7543 11 at inspectelementraw chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 7712 21 at object inspectelement chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 8004 38 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 9837 56 at bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 4257 18 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 10500 12 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 11737 9 error component stack automate text at inspectedelementcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 38726 3 at suspense at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37092 5 at div at inspectedelementerrorboundarywrapper chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37572 3 at nativestylecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 40146 3 at div at div at ownerslistcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35254 3 at settingsmodalcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35695 3 at component component chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42085 52 at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37092 5 at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37222 3 at portaledcontent chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37256 5 at div at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37222 3 at schedulingprofilercontextcontroll chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 43423 3 at profilercontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 41711 3 at treecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30116 3 at settingscontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30727 3 at modaldialogcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37635 3 at devtool devtool chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53004 3 github query string automate text not find I d for fiber app in title be issue be open be public label component developer tool repo facebook react |
facebookreact | react 18 how to detect concurrent feature suspend compatibility | Enhancement | hi how to detect that the current use react stable release version in an application support concurrent mode let s say you be author a library that should target several react version and only add concurrent feature if they be relevant I m do a return typeof react usesyncexternalstore function l4 but I be hesitant about it I do create a stackoverflow question about it here thank in advance |
facebookreact | devtool bug can not add node 1 because a node with that i d be already in the store | Bug | website or app repro step accualy this bug appear only on react native debugger the web version of debugg doesn t show any error the project be new and I just instal package expo install react navigation expo install react navigation stack expo install expo app loading expo install react native screen expo install react native safe area context so my dependency be json dependency expo 43 0 2 expo status bar 1 1 0 react 17 0 1 react dom 17 0 1 react native 0 64 3 react native web 0 17 1 react navigation 4 4 4 react navigation stack 2 10 4 expo app loading 1 2 1 react native screen 3 8 0 react native safe area context 3 3 2 I check and now this bug appear in every new expo init even if it be just blank project old project work fine how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 14 0 d0ec283819 error message automate can not add node 1 because a node with that i d be already in the store error call stack automate text at c user ritual appdata local react native debugger app 0 12 1 resource app asar node modules react devtool core dist standalone js 48 140545 at c emit c user ritual appdata local react native debugger app 0 12 1 resource app asar node modules react devtool core dist standalone js 48 89515 at c user ritual appdata local react native debugger app 0 12 1 resource app asar node modules react devtool core dist standalone js 48 90986 at c user ritual appdata local react native debugger app 0 12 1 resource app asar node modules react devtool core dist standalone js 48 347787 at array foreach at s gc e onmessage c user ritual appdata local react native debugger app 0 12 1 resource app asar node modules react devtool core dist standalone js 48 347771 at s n c user ritual appdata local react native debugger app 0 12 1 resource app asar node modules react devtool core dist standalone js 40 3009 at s emit event js 315 20 at e export p c user ritual appdata local react native debugger app 0 12 1 resource app asar node modules react devtool core dist standalone js 8 9318 at e export emit event js 315 20 at e export datamessage c user ritual appdata local react native debugger app 0 12 1 resource app asar node modules react devtool core dist standalone js 8 15409 at e export getdata c user ritual appdata local react native debugger app 0 12 1 resource app asar node modules react devtool core dist standalone js 8 14651 at e export startloop c user ritual appdata local react native debugger app 0 12 1 resource app asar node modules react devtool core dist standalone js 8 12066 at e export write c user ritual appdata local react native debugger app 0 12 1 resource app asar node modules react devtool core dist standalone js 8 11421 at dowrite stream writable js 403 12 at writeorbuffer stream writable js 387 5 error component stack automate no response github query string automate text add node because a node with that i d be already in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | revert change to react devtool inline webpack config from pr 22760 | Bug | resolve 22958 |
facebookreact | react devtool report error can not find module app | Bug | react devtool version 4 22 0 npm g install react devtool react devtool internal module cjs loader js 905 throw err error can not find module app require stack user foo nvm version node v14 18 1 lib node modules react devtool bin js at function module resolvefilename internal module cjs loader js 902 15 at function resolve internal module cjs helper js 99 19 at object user foo nvm version node v14 18 1 lib node modules react devtool bin js 32 46 at module compile internal modules cjs loader js 1085 14 at object module extension js internal modules cjs loader js 1114 10 at module load internal modules cjs loader js 950 32 at function module load internal modules cjs loader js 790 12 at function executeuserentrypoint as runmain internal module run main js 76 12 at internal main run main module js 17 47 code module not find requirestack user foo nvm version node v14 18 1 lib node modules react devtool bin js |
facebookreact | react devtool inline 4 22 0 break publish package | Bug | step to reproduce 1 install react devtool inline in a project that have react and react be 2 open node 3 require react devtool inline 4 see error uncaught error can not find module user jstejada code jstejada react build oss experimental react be require stack home avi project temp inlinet node modules react devtool inline dist backend js at function module resolvefilename node internal modules cjs loader 933 15 at function module load node internal modules cjs loader 778 27 at module require node internal modules cjs loader 1005 19 at require node internal modules cjs helper 102 18 at object 14 home avi project temp inlinet node modules react devtool inline dist backend js 1344 18 at webpack require home avi project temp inlinet node modules react devtool inline dist backend js 21 30 at object 3 home avi project temp inlinet node modules react devtool inline dist backend js 5710 17 at webpack require home avi project temp inlinet node modules react devtool inline dist backend js 21 30 at object 10 home avi project temp inlinet node modules react devtool inline dist backend js 495 64 at webpack require home avi project temp inlinet node modules react devtool inline dist backend js 21 30 the current behavior publish package contain the follow code module export require user jstejada code jstejada react build oss experimental react be module export require user jstejada code jstejada react build oss experimental react the expect behavior no absolute path in bundle successful evaluation |
facebookreact | devtool bug fetch api can not load webpack internal url scheme webpack internal be not support | Bug | website or app repro step most action in devtool search for component click on component hook parse profile record etc cause this error I be use next js 12 within a nx monorepo how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | bug extra render with the same value for usestate and onclick only for react dom | Duplicate | react version 16 13 1 step to reproduce 1 I use the follow code in jest ts it should not rerender when set state to the same value via click async const callback jest fn function mycomponent const foo setfoo usestate bir callback return setfoo bar foo const getbytestid render const testelement getbytestid test expect testelement textcontent toequal bir expect callback tobecalledtime 1 act fireevent click testelement expect testelement textcontent toequal bar expect callback tobecalledtime 2 act fireevent click testelement expect testelement textcontent toequal bar expect callback tobecalledtime 2 get 3 here assume we update the last line as follow expect callback tobecalledtime 3 really should be 2 act fireevent click testelement expect testelement textcontent toequal bar expect callback tobecalledtime 3 do not re render link to code example similar code in codesandbox simlar and work code in an expo snack the current behavior on initial render ok on first click rerender due to value change ok on second click rerender even with the same value not ok the expect behavior on initial render ok on first click rerender due to value change ok on second click no rerender because usestate dispatch with the same value note this work correctly on react native as show by expo |
facebookreact | devtool bug could not find node with i d 99 in commit tree | Bug | website or app repro step 1 visit homepage 2 start profiler 3 visit coffee page via navbar 4 visit home page via navbar 5 boom error how often do this bug happen sometimes devtool package automate react devtool extension devtool version automate 4 21 0 2f8f60ca8 error message automate could not find node with i d 99 in commit tree error call stack automate no response error component stack automate text commitrankedautosizer moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 44375 34 div div div settingsmodalcontextcontroller moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 35694 40 profiler profiler moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 52477 34 errorboundary errorboundary moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 37092 5 div div themeprovider moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 37221 23 portaledcontent moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 37255 34 div div div themeprovider moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 37221 23 schedulingprofilercontextcontroll moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 43422 45 profilercontextcontroller moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 41710 35 treecontextcontroller moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 30115 31 settingscontextcontroller moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 30726 35 modaldialogcontextcontroller moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 37634 38 devtool devtool moz extension 84945e53 7ac8 3442 9da2 ed4bcec5b8a4 build main js 53003 27 github query string automate text not find node with i d in commit tree in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug can not add node 1 because a node with that i d be already in the store | Bug | website or app repro step 1 open chrome with 50 tab 2 run react base website locally 3 open chrome dev tool to investigate activelink component hierarchy inside navbar component 4 activelink component from next be use 5 get uncaught error screenshot how often do this bug happen sometimes devtool package automate react devtool extension devtool version automate 4 21 0 2f8f60ca8 error message automate can not add node 1 because a node with that i d be already in the store error call stack automate text at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 26134 41 at bridge bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24349 22 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24509 12 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53230 39 error component stack automate no response github query string automate text add node because a node with that i d be already in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | suggestion throw circular reference error | Duplicate | I just spend 20min wonder why my page be hang turn out I have reference the component I be render in the return method I know it s a stupid mistake however to prevent more time be waste on it I propose a circular reference check which should throw an error I may work on a pull request later if I have time and it hasn t be patch yet |
facebookreact | devtool bug cdn base site not work | Bug | website or app repro step dev tool not work in ff or chrome say this page doesn t appear to be use react react be include via cdn as show on react website web console on say page say download the react devtool for a well development experience how often do this bug happen every time devtool package automate no response devtool version automate no response error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | bug error check code be skip for async useeffect argument | Bug | react no long complain when the function pass to useeffect return a promise either directly or by be label async I m not in the habit of do this so it be only when I watch someone else make the function async and there be no error that I realize that something have change since 6 13 1 the new version I could find that still complain I can see the functionality be still present in commithookeffectlistmount in react dom development js but when I trace through it the effect tag be set to a different value and the test be skip I realize that we now have an eslint rule that provide the same message but the lack of warning cause confusion about whether asynchronous function be now allow react version 17 0 2 step to reproduce 1 write a useeffect that have an async function 2 open the console and observe that it doesn t complain link to code example the current behavior the code run with no complaint and the clean function be ignore the expect behavior the console should show the warning warn an effect function must not return anything besides a function which be use for clean up it look like you write useeffect async or return a promise instead write the async function inside your effect and call it immediately useeffect async function fetchdata you can await here const response await myapi getdata someid fetchdata someid or if effect doesn t need prop or state |
facebookreact | bug use component inside itself | Duplicate | hi when I write this code export default function bug prop return it will cause crash and my browser never response on the page and the page progress indicator turn forever without any error or something else and the whole page freeze screenshot from 2021 11 22 11 21 35 screenshot from 2021 11 22 11 22 30 I report it because I know react provide infinite loop but here it crash unexpectedly |
facebookreact | devtool bug scheduling profiler tab doesn t show up in devtool | Bug | website or app repro step 1 open this codesandbox 2 open the app in new window 3 open profiler tab of the react devtool ver 4 21 0 2f8f60ca8 4 see no scheduling profiler icon how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 21 0 2f8f60ca8 error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | react 18 bug react dom server detect multiple renderer if preceede by react test renderer | Bug | react version 18 0 0 beta 149b420f6 20211119 step to reproduce 1 render a context with react test renderer wrap in act 2 render the same context with react dom server link to code example js const context react createcontext null function component renderer return let testrendererroot reacttestrenderer act testrendererroot reacttestrenderer create reacttestrenderer act testrendererroot unmount reactdomserver rendertostre the current behavior rendertostre result in the console error warning detect multiple renderer concurrently render the same context provider this be currently unsupported the expect behavior no error like in react 17 consider all render be wrap in their corresponding act I don t expect that I m concurrently render I try to understand when we reset the renderersigil responsible for check if we concurrently render be reset and it seem like we never reset it but only initialize it when create the context createcontext so it either seem like multiple renderer in the same module be not support anymore or the reset be miss |
facebookreact | react 18 bug hydration mismatch if empty string be render | Bug | react version 18 0 0 beta 4ff5f5719 20211115 step to reproduce 1 render empty string reactdomserver rendertostre link to code example original issue f9d729e 1541 diff 887fe6affa5f7a2804ac12d95865452237617ee98d7342f1df8352cf641a70d4l90 r93 do some spelunking in the codebase and it seem to I that the reconciler be look for a hydrateable instance l1413 l1415 but since an empty string win t appear as a text node if we just set innerhtml string the reconciler think there s a mismatch in legacy root we didn t throw but warn unless we have an empty string l1202 l1208 the current behavior console error be log with an error occur during hydration the server html be replace with client content the expect behavior no hydration mismatch just like in react 17 |
facebookreact | devtool bug can not read property of undefined reading push | Bug | website or app repro step I stumble across the weird bug with react devtool and hook that cause it to error out when inspect a component a minimal test case be document in the code sandbox link along with more detail on the behavior and seemingly arbitrary fix this do not affect the actual functionality of the app itself in any way it behave exactly as expect how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 21 0 2f8f60ca8 error message automate can not read property of undefined reading push error call stack automate text at j chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 13006 7 at l chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 13040 10 at export inspecthooksoffiber chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 13101 12 at inspectelementraw chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 7732 65 at object inspectelement chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 8004 38 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 9837 56 at bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 4257 18 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 10500 12 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 11737 9 error component stack automate text at inspectedelementcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 38726 3 at suspense at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37092 5 at div at inspectedelementerrorboundarywrapper chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37572 3 at nativestylecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 40146 3 at div at div at ownerslistcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35254 3 at settingsmodalcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35695 3 at component component chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42085 52 at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37092 5 at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37222 3 at portaledcontent chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37256 5 at div at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37222 3 at schedulingprofilercontextcontroll chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 43423 3 at profilercontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 41711 3 at treecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30116 3 at settingscontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30727 3 at modaldialogcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37635 3 at devtool devtool chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53004 3 github query string automate text read property of undefined reading push in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug can not add node 378218 because a node with that i d be already in the store | Bug | website or app private localhost repro step not sure it happen when I record a new profile how often do this bug happen sometimes devtool package automate react devtool extension devtool version automate 4 20 0 e5f486b5a error message automate can not add node 378218 because a node with that i d be already in the store error call stack automate text at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 25742 41 at bridge bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 23957 22 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24117 12 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 52741 41 error component stack automate no response github query string automate text add node because a node with that i d be already in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | bug react instrumentation encounter an error error could not find I d for fiber portal | Bug | react version 17 0 2 step to reproduce 1 when I execute modal hide 2 image link to code example image the current behavior the expect behavior |
facebookreact | devtool bug can not add child 44 to parent 42 because parent node be not find in the store | Bug | website or app repro step hello I hope you be great 1 make a git clone and go to 0x03 react prop task 2 dashboard directory 2 install the node module use npm install 3 then execute npm run start 4 and go to 5 you need to install the react developer tool extension for google chrome link here 6 open the chrome devtool by press f12 7 now in the tab of the new window open by press f12 choose the tab profiler 8 and click on the reload and start profile button to see the error see an example here and thank in advance react developer tool error also I have other extension just in case you need image and in another google chrome profile that I try have these extension image how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 21 0 2f8f60ca8 error message automate can not add child 44 to parent 42 because parent node be not find in the store error call stack automate text at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 26191 43 at bridge bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24349 22 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 24509 12 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53230 39 error component stack automate no response github query string automate text add child to parent because parent node be not find in the store in title be issue be open be public label component developer tool repo facebook react |
facebookreact | devtool bug dispatcher useid be not a function | Bug | website or app repro step 1 open 2 inspect app how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 21 0 2f8f60ca8 error message automate dispatch useid be not a function error call stack automate text at useid at app at l chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 13032 5 at export inspecthooksoffiber chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 13101 12 at inspectelementraw chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 7732 65 at object inspectelement chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 8004 38 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 9837 56 at bridge emit chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 4257 18 at chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 10500 12 at listener chrome extension fmkadmapgofadopljbjfkapdkoienihi build react devtool backend js 11737 9 error component stack automate text at inspectedelementcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 38726 3 at suspense at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37092 5 at div at inspectedelementerrorboundarywrapper chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37572 3 at nativestylecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 40146 3 at div at div at ownerslistcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35254 3 at settingsmodalcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 35695 3 at component component chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 42085 52 at errorboundary errorboundary chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37092 5 at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37222 3 at portaledcontent chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37256 5 at div at div at div at themeprovider chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37222 3 at schedulingprofilercontextcontroll chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 43423 3 at profilercontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 41711 3 at treecontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30116 3 at settingscontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 30727 3 at modaldialogcontextcontroller chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 37635 3 at devtool devtool chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 53004 3 github query string automate text be not a function in title be issue be open be public label component developer tool repo facebook react |
facebookreact | name hook parse fail for certain code sandbox example | Bug | notice some parse bug when write some example code for react conf take this sandbox this fail by load neither hook js function example defaultname defaultlocation const name setname usestate const location setlocation usestate return name name location location even bad this fail by only loading location and show it first instead of state js function example defaultname defaultlocation asd const name setname usestate asd const location setlocation usestate return name name location location this ail by only load the location hook but at least the name show beside the right hook js function example const name usestate const location usestate return name name location location interestingly change the order of the hook still only let it load location although it also still show it as the second hook bug js function example const location usestate const name usestate return name name location location this format also only load location js function example prop const statea usestate null const name statea 0 const stateb usestate null const location stateb 0 return name name location location |
facebookreact | bug use sync external store fail to install via npm | Bug | when try to install the use sync external store package via npm I receive an error that it depend on a version of react that doesn t seem to exist react version 17 step to reproduce 1 mkdir example cd example npm init 2 npm I react react dom use sync external store the current behavior npm fail to install the use sync external store package with the follow error npm I use sync external store npm err code eresolve npm err eresolve unable to resolve dependency tree npm err npm err while resolve npm err find npm err node module react npm err react 17 0 2 from the root project npm err npm err could not resolve dependency npm err peer react 0 0 0 experimental 45898dacb2 20210828 from experimental 45898dacb2 20210828 npm err node module use sync external store npm err use sync external store from the root project npm err npm err fix the upstream dependency conflict or retry npm err this command with force or legacy peer dep npm err to accept an incorrect and potentially break dependency resolution npm err the expect behavior it successfully install the package and I can use it in react v17 and the late alpha version |
facebookreact | many error in console even use error boundary | Duplicate | react version 17 0 2 relay version 12 0 0 step to reproduce 1 wrap a component with an errorboundary class to manage error something like this on detailed status container I have this const datum uselazyloadquery robotproductoverviewbyserialnumberquery serialnumber 2 if I send an invalid value to the query the errorboundary will be execute because the query return 500 that s expect but check that the console have the follow error image be there a way to avoid the last two error on the console the current behavior console message image the expect behavior only show 500 error message image |
facebookreact | devtool bug reload and start profile button be miss on microsoft edge | Bug | website or app any development url be ok repro step 1 open the react developer tool extension on chrome and navigate to the profiler tab note the presence of the reload and start profile button 2 open the react developer tool extension on microsoft edge and navigate to the profiler tab note the absence of this button I have check 21384 and document featurepolicy allowsfeature sync xhr return true how often do this bug happen every time devtool package automate no response devtool version automate 4 20 2 error message automate no response error call stack automate no response error component stack automate no response github query string automate no response |
facebookreact | devtool bug can not add node 1 because a node with that i d be already in the store | Bug | screen shoot 2021 10 21 at 12 23 23 pm screen shoot 2021 10 21 at 12 22 57 pm website or app daily harvest repro step 1 enable debug on the io emulator 2 enable inspector 3 disable inspector navigate to a different screen 4 try enable inspector again how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 18 0 f58bbcf9a error message automate can not add node 1 because a node with that i d be already in the store error call stack automate text at user krishnagaurav mobile app node modules react devtool node modules react devtool core dist standalone js 48 344699 at c emit user krishnagaurav mobile app node modules react devtool node modules react devtool core dist standalone js 48 280870 at user krishnagaurav mobile app node modules react devtool node modules react devtool core dist standalone js 48 282341 at user krishnagaurav mobile app node modules react devtool node modules react devtool core dist standalone js 48 650666 at array foreach at a e onmessage user krishnagaurav mobile app node modules react devtool node modules react devtool core dist standalone js 48 650650 at a t user krishnagaurav mobile app node modules react devtool node modules react devtool core dist standalone js 40 3009 at a emit event js 315 20 at e export f user krishnagaurav mobile app node modules react devtool node modules react devtool core dist standalone js 8 9731 at e export emit event js 315 20 error component stack automate no response github query string automate text add node because a node with that i d be already in the store in title be issue be open be public label component developer tool repo facebook react |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.