repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
facebookreact | devtool react native support reload and profile | Enhancement | react devtool v4 add a new reload and profile feature to measure perf for application mount although it require a bit of hack I don t feel knowledgeable enough about react native to tackle it so my current plan be to just not support this feature for rn if we do decide to support it I think we wou... |
facebookreact | devtool react native remember save component filter between reload | Enhancement | devtool v4 add a pretty powerful new component filter feature that enable devs to filter out component by type name or file system location because these filter can be a bit elaborate to create they be save between session to improve dev experience unfortunately I don t think I be go to be able to supp... |
facebookreact | devtool occasional fouc when loading devtool | Bug | seem to only happen the first time devtool be open after be instal or perhaps the first time after the browser be open originally report via |
facebookreact | devtool an easy way to see all sibling | Enhancement | I have a particular pattern that I struggle with when navigate deep tree in devtool I want to see all sibling of a node together say I m in the middle of something and I wonder what be all node on the same level it s super hard to actually get to that state I wonder if we could tweak leave button to do t... |
facebookreact | refactor profilercontext to use reducer instead of multi state | Enhancement | the profilercontext be currently comprise of several piece of related state each manage with usestate this necessitate awkward check like this l126 l131 or even bad like this l62 l73 or this l71 l83 this context should be refactore to use a single reducer usereducer like tree... |
facebookreact | ssr can not set property memoizedstate of null | Bug | do you want to request a feature or report a bug a bug what be the current behavior can not set property memoizedstate of null if the current behavior be a bug please provide the step to reproduce and if possible a minimal demo of the problem your bug will get fix much fas... |
facebookreact | errorboundary render multiple copy of itself when ref assignment fail | Bug | do you want to request a feature or report a bug bug what be the current behavior when a error occur during the assignment of a ref and maybe other condition a error boundary wrap that error may get confused and it render itself multiple time inside the same parent see which re... |
facebookreact | textarea do not show warn when switch from uncontrolled to control like input do | Bug | do you want to request a feature or report a bug bug what be the current behavior while thing like correctly get a warning when switch from uncrontrolled to control I m notice do not if the current behavior be a bug please provide the step to reproduce and if possible a m... |
facebookreact | control input make browser not save submit value for autocomplete | Bug | bug behave different per browser but generally inconsistent to uncontrolled input current behavior reproduce with 1 type a in name field and b in uncontrolled field 2 submit 3 re run the fiddle 4 focus input field to see if browser save previous input ... |
facebookreact | eslint plugin react hook suggest add a dependency on a function that always change | Enhancement | if you write js import react useeffect from react const foo orgid const fetchorg alert orgid useeffect fetchorg orgid return then you get the error react hook useeffect have a miss dependency fetc... |
facebookreact | field type email with multiple attribute cursor jump to start | Bug | do you want to request a feature or report a bug bug what be the current behavior while add multiple comma separate email address the cursor will jump to te begin the input field first I think it be a formik issue but it seem to be a react one example pure react example react... |
facebookreact | profiler mark | Enhancement | can we expose a light weight set of performance mark for people consume browser performance trace e g when a particular profiler commit this should be a lot less heavyweight than the full mark and measure stuff |
facebookreact | memoize component should forward displayname | Enhancement | do you want to request a feature or report a bug I d like to report a bug what be the current behavior first of all thank for the great work on fix however there be still an issue with the current implementation react memo do not forward displayname for test in snapshot co... |
facebookreact | dangerouslysetinnerhtml be leave empty on client render on top of bad server markup when render html | Bug | this seem to be an edge case of fix in I run into this when try to hydrate content render with ashtml method do you want to request a feature or report a bug bug I think what be the current behavior current behavior 1 server side stuff come in from server and con... |
facebookreact | react debug tool doesn t support legacy context component contexttype | Bug | original report repro case |
facebookreact | chrome autofill overwrite value on control component | Bug | do you want to request a feature or report a bug report a bug initially report in what be the current behavior autofill overwrite exist value in field when those field be control component in react see to test this add a save address in the chrome option 2019 01 24 10... |
facebookreact | sometimes control email input break in chrome due to punycode | Bug | do you want to request a feature or report a bug report a bug what be the current behavior in chrome when type a sharp s a german letter in an input field with type email it convert the to ss expect unexpected behaviour and the cursor jump back to the be... |
facebookreact | textarea lose focus after insert pair punctuation with chinese ime | Bug | do you want to request a feature or report a bug bug what be the current behavior textarea lose focus after insert pair punctuation by chinese pinyin 10 key input source on io safari and then textarea can t be focus when I click it but after other element have be focus the textarea c... |
facebookreact | react test renderer doesn t support suspense and lazy node | Bug | hello how can I test component with suspense lazy now renderer create totree throw totree do not yet know how to handle node with tag 13 react 16 6 1 react test renderer 16 6 1 |
facebookreact | jaw read non interactive element as clickable | Bug | do you want to request a feature or report a bug bug what be the current behavior 1 I create an app use create react app 2 I use jaw professional edition version 2018 build 1710 42 ilm and internet explorer 11 on window 7 3 I use arrow key to navigate to paragraph edit src ... |
facebookreact | relax tostre consistency guarantee | Enhancement | we recently chat about and related work e g with sebmarkbage and he raise a good point it seem like overall treat they consistently be add significant overhead in the implementation readability and there s undoubtedly runtime overhead to it too there be two separate issue here warn for i... |
facebookreact | onchange doesn t fire if input re render due to a setstate in a non react capture phase listener | Bug | extract from this issue have always be in react I can reproduce it up to react 0 11 however it s probably extremely rare in practice and isn t worth fix I m just file this for posterity here be a minimal example js class app extend react component state value handlechan... |
facebookreact | onmousedown cause splash on real io browser | Bug | do you want to request a feature or report a bug bug what be the current behavior unexpected grey splash cause by onmousedown on real io device s browser both safari and chrome please checkout this grey splash issue first I do some trial later and find out tha... |
facebookreact | unexpected warning when hydrate with portal and ssr | Bug | do you want to request a feature or report a bug bug what be the current behavior give the follow simplify snippet jsx class hovermenu extend react component render if typeof document undefined return null const root document getelementby... |
facebookreact | react onblur event not fire during unmount | Bug | do you want to request a feature or report a bug bug what be the current behavior if a dom element render by a react component have focus and the react component unmount the react onblur event do not fire on parent dom element if the current behavior be a bug please provid... |
facebookreact | for control input step do not work as expect unless initialize with null or | Bug | bug what be the current behavior for input type number step do not work as expect if there be an initial value set step only seem to get honor if the initial value be or null example the example use a control input bind value and step step be 1 10th of the value if you edit the ... |
facebookreact | consider a more specific warning for key undefined | Enhancement | propose in this comment I have change the casing of i d in the response but forget to commit it aaaaaand I end up with it happen basically I be do key undefined could react warn user when this happen something like look like you try to supply a key but the value supply be undefined che... |
facebookreact | backspace fail to clear value on input type email | Bug | do you want to request a feature or report a bug bug what be the current behavior email input doesn t control for whitespace possible variation on issue 6368 however 6368 show up at 15 0 0 this bug show up at 15 2 if the current behavior be a bug demo no bug in react ... |
facebookreact | number input get clear when type period as decimal mark | Bug | do you want to request a feature or report a bug bug what be the current behavior my os and browser be configure to a locale that use comma as the decimal mark finland for those interested in the codepen below when I accidentally type a period after some number the whole input get cle... |
facebookreact | react do not call onblur callback | Bug | do you want to request a feature or report a bug bug what be the current behavior when input control become disabled react do not call onblur callback if the current behavior be a bug please provide the step to reproduce and if possible a minimal what be the expect behavio... |
facebookreact | value defaultvalue symbol function should be ignore not stringifie | Bug | regression in master from find it thank to the attribute fixture snapshot |
facebookreact | reset a form contain a focus control number input put it out of step with state | Bug | here s a fixture demonstrate the issue first test case if you have a control number input within a form contain a reset button hit enter can trigger that reset event this cause the focused input to be reset to the defaultvalue which win t be in sync with the track value because we do that work on blur... |
facebookreact | rfc drop isattributenamesafe check | Enhancement | we currently validate dom attribute on the client and ignore the one with invalid name l202 l204 this check use to be important for safety when we do innerhtml render on the client side but it s not anymore if we just let it call setattribute the browser would throw on a bad attribute name t... |
facebookreact | reword unknown property warning to be less obnoxious | Enhancement | I think before it might cause knee jerk reaction and it do in practice I think we should change the phrasing to a more neutral one potentially explain why we prefer camel case |
facebookreact | type fiber by tag as disjoint union | Enhancement | sebmarkbage try this in but flow couldn t handle it well might be worth try again someday |
facebookreact | multiple onfocus event fire on single focus in safari | Bug | I d like to report a possible bug 1 brief description onfocus synthetic event be fire multiple time on single focus occurrence in safari expect behaviour be for it to be fire only once per focus 2 live demo 3 minimal step to reproduce install create react app npm install g create re... |
facebookreact | form restoration react hydration | Bug | do you want to request a feature or report a bug bug reproduction 1 open see the source 2 open 3 fill in the input for example you can type foo 4 press submit 5 undo the navigation 6 see how the input value be outdate it doesn t match what s inside the... |
facebookreact | mouseenter event not trigger when cursor move from disabled button | Bug | bug mouseenter event not trigger when cursor move from disabled button see example playground code 3cdiv 3e 0a 20 0a 20 20 20 20 3cdiv 20classname row 3e 0a 20 20 20 20 20 20 20 20hover 20on 20 20right 20button 20and 20then 20move 20cursor 20to 20left 20button 0a 20 20 20 20 20 20 20 20 3cdiv 3e 0a 20... |
facebookreact | false positive getdefaultprop warn when mix development and production version | Bug | as migrate from 15 4 to 15 5 I be rewrite original react component with create react class however there be a warning react 15 5 4 js bust 1497843639843 3287 warning getdefaultprop be only use on classic react createclass definition use a static property name defaultprop instead ... |
facebookreact | error when source be provide to production build | Enhancement | currently if the source transform be enable together with the production build there be no indicator of a poorly performant configuration even have it we already check for the existence of a source field l203 so we can just reuse the same check to issue something in prod mode if it exist ... |
facebookreact | a number input will always have leave pad 0 though parsefloat value in onchange | Bug | do you want to request a feature or report a bug bug what be the current behavior I have a number input with defalut value 0 and in onchange function I ll parse value to float to avoid invalid input but I ll always get leave pad 0 on input ui but in previouse version my code work ... |
facebookreact | no blur event fire when button be disabled remove | Bug | do you want to request a feature or report a bug bug what be the current behavior when a focusse button become disabled react do not dispatch a blur event if the current behavior be a bug please provide the step to reproduce and if possible a minimal demo of the problem via or sim... |
facebookreact | event preventdefault in click handler do not prevent onchange from be call | Bug | do you want to request a feature or report a bug bug what be the current behavior when render an input element of type checkbox with an onclick and onchange handler onchange be still call even though event preventdefault be call in the onclick handler ... |
facebookreact | clear button on io date input do not return correct event value | Bug | bug for io only when press clear on a date input the onchange event be fire but event target value be show the original value rather than an empty string what be the current behavior on chrome and android when the clear button be press the onchange event have a value of on ... |
facebookreact | undo behavior in control textarea work differently from the default behaviour in chrome | Bug | if you control a textarea with value it behave differently when you use undo when the textarea be control you can only undo one letter at a time this be not how undo work normally with an uncontrolled component undo seem to work as expect with input component with a control textarea component you ... |
facebookreact | fiber formalize state | Enhancement | in fiber there be a number of state that a component can be in however it be not formalize in the code right now instead the state be infer this lead to hard to follow code instead we can organize the code in term of explicit state which be what the original prototype do before componentdidmount I e... |
facebookreact | input autofocus cause focus to be emit before ref | Bug | can reproduce on chrome but not in ie11 |
facebookreact | bug click not disabled on alert click click I | Bug | bug in the follow jsx const component alert click by react click I here and here click on click I here and will not trigger alert click by react whereas click on the red here will trigger alert click by react demo thank for react ... |
facebookreact | attach stack at setstate call in dev mode | Enhancement | we have a queue for state transition there be a natural place for a new error stack frame to be store there we could use this information to work our way back from error to show information about which setstate call be the source of the error because of batch it be not always possible to make the co... |
facebookreact | ie 11 and edge no long prompt to remember password on control form | Bug | do you want to request a feature or report a bug bug regression ie edge what be the current behavior on react v15 2 0 edge and ie11 do not prompt the user to save the password for the form step to reproduce with react 15 1 0 with react 15 2 0 what be the expect behavior ... |
facebookreact | onmouseenter propagation in double reactroot | Bug | I think it be bug now onmouseenter event handler call in child element when there be several reactroot to reproduce run fiddle and move mouse from white square to red and back in console you can see log when you do it link it work wrong expect behavior handler have to call just when mouse ... |
facebookreact | change state in onfocus and onchange for a select multiple element do not work in firefox | Bug | I want to use a control component in react in addition to the value I also want to keep the focused state of the select in the state to do this I update the state with setstate in the onchange onfocus and onblur event handler unfortunately there be an issue in firefox firefox will only upd... |
facebookreact | onmouseleave doesn t work if the node get detach | Question | I have a problem with this kind of component javascript class onhover extend component constructor prop super prop this state bool false render return this setstate bool true onmouseleave this setstate bool false ... |
facebookreact | rfc configure warning level use env variable | Enhancement | would it be feasible to specify the version of warning you want through a static environment variable that would silence new warning so that you can safely update minor version without worry about warn spew dynamic configuration create stateful share module dependency which we re very close to get rid of for the ... |
facebookreact | iframe load event not fire in chrome and safari when src be about blank | Bug | see it will not trigger the alert in chrome and safari but it will work in firefox and even ie8 be this a react issue or webkit issue if it be a webkit issue should we fix it in react give that we want consistent event across browser ps the jsfiddle be base on the isuse 5332 |
facebookreact | form input name nodename break onsubmit event handle | Bug | it happen that I stumble on follow edge case if you add name nodename attribute to form s input at some point of react event handle changeeventplugin js shouldusechangeevent it will call elem nodename elem nodename tolowercase but coincidentally nodename property refer to input... |
facebookreact | onrespondergrant call before onresponderterminate | Bug | when a responder capture the active responder it seem that onresponderterminate be not call until after onrespondergrant this seem like the wrong thing to do are there reason for this behavior |
facebookreact | datatransfer s dropeffect not work on ie edge with not minify version react js | Bug | code exmaple non minified version and minify version both have the same code html and js the only difference be reference to different version of react js file there be three box drag the drag I box will show a start at the top then show a over if it be drag over either ... |
facebookreact | use inline event handler for trapbubbledeventslocal and the io safari click hack | Enhancement | we currently do a lot of work at the end of mount to find all the node and attach listener after the fact this be severely impacting initial rendering performance of and click handler instead we can just use inline event handler in the innerhtml string for the ios safari hack it should be trivial the h... |
facebookreact | change event fire extra time before ime composition end | Bug | extra detail similar discussion with extra detail and reproduce analysis previous attempt to fix it include some unit test but sufficient to be confident in the fix original issue when I be try this example from any chinese character inputte by chinese pinyin input... |
facebookreact | geteventkey implementation inconsistent with dom3 spec firefox implementation | Bug | there be some inconsistency between geteventkey and the dom3 keyboard event spec as well as what firefox have implement key property be not correctly set for printable character on keydown and keyup event this work properly in firefox and my interpretation of the standard be that firefox s beh... |
facebookreact | touchmove doesn t fire on remove element | Enhancement | if you have this state show such that the ontouchstart handler remove the div and maybe replace it with another one in the same place useful in certain draggable interaction the ontouchmove handler doesn t fire because the event of a detach element no long bubble to document we should proba... |
facebookreact | iframe content cause invariant violation | Bug | when use server render put an in an seem to invariably cause an invariant violation it can t find the image this be relate to 1252 but not identical in both case the browser isn t aware of the inner element however in this case it s because browser that support iframe be actually mutate the ... |
facebookreact | provide a way to handle browser autocomplete form value on control component | Bug | when there s a control component for form name that the user have save in their browser common with username password field the browser will sometimes render the page with value in those field without fire onchange event if the user submit the form the component state do not reflect what be show to the user ... |
facebookreact | bug useformstate formaction become null in strict mode | Bug | the form action return from the hook useformstate become null when use react strict mode it cause the page to reload on the submission of the form and the action do not work I know that the react strict mode perform some action twice intentionally to find unexpected behavior in the development but it would ... |
facebookreact | devtool bug can not remove node 1455 because no matching node be find in the store | Bug | website or app find it on my localhost website repro step I add strictmode on my react app on the top level component adopt I folder structure look like that how often do this bug happen every time devtool package autom... |
facebookreact | devtool bug memory leak when not use the extension | Bug | website or app repro step 1 use firefox normally not open the browser dev tool at all 2 notice that the browser be get sluggish due to continual gc and that firefox indicate that browser extension be use 2gib 3 disable react dev tool and observe immediate improvement in memory usag... |
facebookreact | devtool bug consistent memory leak when refresh on react non react website | Bug | website or app repro step with chrome version 121 0 6167 184 official build arm64 react dev tool 5 0 create from revision 993c4d003 on 12 5 2023 repeatedly refresh continually leak memory with react dev tool some memory be retain temporarily between refre... |
facebookreact | devtool bug big memory leak | Bug | website or app repro step my firefox seriously slow down I try to track down why it turn out an extension be take near 70 gb I make a memory dump to see the issue explicit allocation 75 498 45 mb 100 0 explicit 38 653 19 mb 51 20 js non window 36 17... |
facebookreact | name property be not define for option in the animation color dropdown | null | react version 16 8 0 step to reproduce 1 open react select react select com 2 navigate to the custom style 3 navigate to animation dropdown 4 observe whether name property be define for option in the animation color dropdown or not link to code example react select react s... |
facebookreact | feat I hope react support two instruction r if and r for | null | I think there be a reason for this although react provide the great flexibility base on js and provide the good support for complex page for simple need some less intuitive writing method be often require I think it support something like xxx be very good but only these two be enough if there be too many an... |
facebookreact | bug react get runtime error when user break the rule of hook instead of tell user what to do | null | react version 18 2 0 step to reproduce 1 open the link below it will show a page with a button 2 click the button and you will get the error link to code example the current behavior user get a runtime error can not read property of undefined reading length ... |
facebookreact | devtool bug could not find node with i d 24823 in commit tree | Bug | website or app react native app repro step recode profile how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 28 0 9b95b131b error message automate could not find node with i d 24823 in commit tree ... |
facebookreact | the error be throw at at ee emit at at at array foreach at be onmessage bug can not add node 1 because a node with that i d be already in the store | Bug | website or app localhost repro step the error be throw at at ee emit at at at array foreach at am onmessage how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 27 2 7f747b8... |
facebookreact | devtool bug there be a problem with the scrollbar in | Bug | website or app repro step in learn react section below there be various heading like describe the ui add intereactivity when select one of they then scrollbar appear when try to hold this scrollbar be get hide and when hover away from this scrollbar be reapear screenshot 25 screenshot ... |
facebookreact | devtool bug console log in second call to usememo callback in strict mode be not dim or suppress | Bug | website or app repro step this only happen in the canary version of react most likely due to the change make in 25583 to repro 1 enable strict mode 2 call console log from inside a usememo callback e g js usememo console log usememo callback ... |
facebookreact | devtool bug memory leak | Bug | website or app unkneon repro step unknwon for I I can t figure out where the leak be from or what website its from but it happen everytime so its just bootup firefox with react devtool on browse for an hour or so lose 5gigs of memory how often do this bug happen every time ... |
facebookreact | devtool bug can not read property of undefined read concat | Bug | website or app on a localy host react app v18 2 0 repro step after record a profil in the profiler panel I click on the graph in the top right corner how often do this bug happen every time devtool package automate react devtool extension devtool version automate 5 0 ... |
facebookreact | devtool bug can not add node 20 because a node with that i d be already in the store | Bug | website or app repro step uncaught error can not add node 20 because a node with that i d be already in the store the error be throw at chrome extension gpphkfbcpidddadnkolkpfckpihlkkil build main js 1 1128815 at c emit chrome extension gpphkfbcpidddadnkolkpfckpihlkkil build main j... |
facebookreact | devtool bug hook parse fail if a hook use usesyncexternalstore | Bug | website or app repro step 1 open up this page source 2 open up the react dev tool 3 navigate to the component tab 5 observe in the right sidebar that hook name parse fail for one of the two component hook name parsing be really helpful when debug optimize large... |
facebookreact | devtool bug command phasescriptexecution fail with a nonzero exit code | Bug | website or app command phasescriptexecution fail with a nonzero exit code repro step show error command phasescriptexecution fail with a nonzero exit code when I be try to play the ios project from a m2 chip macbook pro it be work fine in intel chip show error when try to play from vsco... |
facebookreact | devtool bug jsxdev be not a function | Bug | website or app repro step I have deploy my website on render render host platform show I successful deploy but I be not able see anything can anyone guide I how often do this bug happen every time devtool package automate no response devtool version automate ... |
facebookreact | devtool bug could not find node with i d 155 in commit tree | Bug | website or app chrome repro step I be work on a development task after log in to an internal website I click inspect to open the developer tool in chrome and select profiler next I click start profile and refresh the page after everything be render I stop profile when read t... |
facebookreact | devtool bug can not add node 295 because a node with that i d be already in the store | Bug | website or app oftp app repro step the error be throw at at ee emit at at at array foreach at am onmessage how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 27 2 7f747b80... |
facebookreact | devtool bug recent version break modal in chrome browser | Bug | website or app na repro step create reproduction environment 1 create sample modal view 2 inside modal do some operation open signin signup url step to reproduce on click of button modal open up actual behaviour modal view close abruptly user sign in detail be not take ... |
facebookreact | devtool bug can not remove node 434 because no matching node be find in the store | Bug | website or app localhost repro step 1 log to admin panel 2 go to user info how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 28 5 ef8a840bd error message automate can not remove node 434 beca... |
facebookreact | devtool bug getcommittree invalid commit 13 for root 1 there be only 7 commit | Bug | website or app react dev tool repro step react dev tool error how often do this bug happen sometimes devtool package automate react devtool core devtool version automate 4 28 5 ef8a840bd error message automate getcommittree invalid commit 13 for root 1 ... |
facebookreact | devtool bug footer next button hover ui issue | Bug | website or app repro step when hover on the next navigation button the text overflow the box issue image screenshot 2023 11 29 103122 expect image screenshot 2023 11 29 103037 code medium min width 768px md w 80 width 20rem ... |
facebookreact | devtool bug react devtool be not there in codesandbox | Bug | website or app repro step I be follow the react dev docs I be at tic tac toe chapter and do my code stuff in codesandbox as per document I trigger an issue that react devtool be not there in code sandbox how often do this bug happen every time devtool package automate no re... |
facebookreact | devtool bug react dev tool break gstreamer doc | Bug | website or app repro step 1 enable react dev tool browser extension for chrome firefox 1 visit 1 try to scroll leave navigation panel how often do this bug happen every time devtool package automate no response devtool version automate no respons... |
facebookreact | devtool bug could not find node with i d 1011 in commit tree | Bug | website or app localhost repro step uncaught error could not find node with i d 1011 in commit tree the error be throw at chrome extension fmkadmapgofadopljbjfkapdkoienihi build main js 1 1176211 at map foreach at rankedchartbuilder getchartdata chrome extension fmkadmapgof... |
facebookreact | devtool bug can not add node 1 because a node with that i d be already in the store | Bug | website or app devtool bug can not add node 1 because a node with that i d be already in the store repro step devtool bug can not add node 1 because a node with that i d be already in the store how often do this bug happen every time devtool package automate react devt... |
facebookreact | devtool bug can not add node 1 because a node with that i d be already in the store | Bug | website or app private repo can not give access to application repro step 1 run application how often do this bug happen every time devtool package automate react devtool extension devtool version automate 4 28 0 035a41c4e error message automate can not add nod... |
facebookreact | devtool bug devtool extension build fail in window and ubuntu | Bug | website or app n a repro step devtool extension be not build in ubuntu and window below be the extension build fail in ubuntu even though it say chrome extension have build bikid476 bikisdesktop react 1 package react devtool extension 8 5 2023 1 40 08 pm below be the extension fail in... |
facebookreact | bug 18 3 0 canary rendertostre hoist some tag to top work in 18 2 | Bug | react version 18 3 0 canary 493f72b0a 20230727 step to reproduce 1 run follow code js import as reactdomserver from react dom server const element meta and title be hoist title the script tag be not hoist but thi... |
facebookreact | devtool bug devtool extension build fail in window and ubuntu | Bug | website or app n a repro step be work on react devtool extension for a while now my mac get some issue so I switch to a window machine but currently I be unable to build the react devtool extension and run it locally here be the napshot of the error window powershell 7 28 2023 10 43 05 be ... |
facebookreact | devtool bug chrome extension get disconnect from the page after 30sec of inactivity | Bug | website or app repro step step 1 go to a react page like 2 open the devtool component tab everything work correctly 3 change tab a non react one and wait 30 sec 5 min not super exact 4 go back to the tab that have the react page you re debug 5 the component do not... |
facebookreact | devtool bug deprecate react devtool global hook | Bug | website or app repro step hi I have hear that the new version of react will not support the react devtool global hook if there any information about this update that you can share be there a new way to achieve the same result of use the react devtool global hook but with a different method what b... |
facebookreact | devtool bug deprecate react devtool global hook | Bug | website or app n a repro step hi I have hear that the new version of react will not support the react devtool global hook if there any information about this update that you can share be there a new way to achieve the same result of use the react devtool global hook but with a different method wh... |
facebookreact | devtool bug can not remove node 0 because no matching node be find in the store | Bug | website or app local repro step open react devtool how often do this bug happen every time devtool package automate react devtool core devtool version automate 4 27 8 2468a8735 error message automate can not remove node 0 because no matching node be find in t... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.