{"_id":"doc-en-react-d8ee1ccb8399f810362f1a0abd267e8242d6b55ced92ad6d4ce964cd672b1c32","title":"","text":"It looks like this: It happened two times on random commits, and I don't see a pattern. Probably caused by me changing how tasks are distributed between parallel nodes in I don't understand why would try to run before a build exists though (if that's what's happening?)\nI think this one would require some experience with CircleCI. I don't have any pointers as to where to start: I don't understand why it's failing myself. So it's not a very beginner-friendly issue (I marked the difficulty as medium for that reason).\nAnother example:\nI want to work on this. After doing some research on circleci document, I didn't find the document said about parallel test and deployment sequence. I'm curious about how circleci deal with parallel test and deployment sequence. I think there are two situations: all parallel test finishes, run deployment sequence. If this is true, I think it won't cause current test error. container runs deployment after the container's test finished. I guess it is more likely in this case. Sometimes it passed, it's because node 2 already built file. Sometimes it failed because node 2 didn't build file yet. So I think maybe that's because each container will run deployment after that node test finished. If the situation is as above, I come up with two solutions. we want to keep current test flow, we can try to keep each node builds time balance. this test at first, then run other test parallel. reference link:\nOnly node 2 does a full build. So I don't understand how deployment on other nodes could work at all.\nOr do nodes share the file system?\nI think nodes share the file system. Otherwise, it should fail every time. It will be easier to debug if we can add more log, like current build time and .\nWould it make sense to change the upload script to only run on the second node?\nYep, I think so, because in the document I can't ensure whether deployment stage is triggered after all parallel test finished.\nCan we just put the deployment command right into the test command? Is there any benefit to separating them?\nI think it's also workable, but may lead misunderstanding. Cause we put build process to test stage. Or we can try to use stage. Run at compile stage, so we can promise and stages have needed file."} {"_id":"doc-en-react-e735e4bcc04de4af8c79e9b836d6bd97863c094232bf2c644c6a4d2b1d364c3b","title":"","text":"The interesting part is our regular tests don't need compilation. If \"compile\" stage has to run before any other stages then we'll wait unnecessarily. I'd prefer to have a single script that does everything than to buy into CircleCI specific terminology unless it buys us something real good (e.g. parallelism was very useful). Maybe can try this:\nOK, I understand your consideration. I think this fix will work. Just tell me if anything can help."} {"_id":"doc-en-react-32fed7447c33e1c49292377f28ba22b1f003566fcb0c01f418bb8b8e131f1319","title":"","text":"I've noticed a strange bug with the react redux opt-in. If i use it with a connected class component, everything is ok: If i use it with a connected functional component that use with , i obtain a strange error: in method. I create a codepen to reproduce the issue: PS: Sorry for the cors error, but i don't find the way to add as cdn\nI believe the issue here is that expects the second argument to be a function that returns the reference: See: for more information about the API of the hook. Maybe the error thrown could be more clear?\nYou're right, accept a function as second argument. A warning on wrong argument type could be a good idea.\nIll take this issue on\nSure\ni get TypeError: React.useImperativeMethods is not a function in 16.8.0-alpha.1 but when back to 16.7.0-alpha.2 not get this error\nThe hook was renamed in this PR: Most likely between the 16.7 alpha and 16.8 alpha\nYeah, it was renamed.\nyes it work good after rename it where i can get changes between alpha version ?\nCommit log. We don't write changelogs for alphas.\nI'm taking this in since we want to get Hooks out sooner.\nalright np"} {"_id":"doc-en-react-6b3c5af2ada23f47aa80eedc03ca3a83d950eba15ef87f3dd6836f67ab1f9949","title":"","text":"In we landed a change to the Flow types in , making the types for the various types recursive with their and properties. On that PR we may have been running an older version of Flow - I'm not having luck finding the record of when Flow ran for that PR, so not sure. In any case, that PR was merged even though it had the recursive Flow type definitions, plus one or more Flow errors which were unrelated and not detected. The problem with the recursive type definitions is that recent versions of Flow will go into an infinite loop if they try to infer types which are recursive. The solution may be to add more detail to those types, but to unblock things we temporarily made them looser type definitions."} {"_id":"doc-en-react-02f66d4e335d6ddaefdaada0c5924337c1569646c887a9e0f46ffcf90b1e6c5d","title":"","text":"Appears to be working in Firefox but at least Chrome & Safari are broken. Should be a really recent regression so very few possible changes to blame... Easiest repo: the todo list on our homepage.\nJust a heads up but this still seems to be an issue even on 15.4.1. I've been struggling to reproduce this because it seems to be some sort of ninja bug. Nevertheless, I was wondering if anyone is still dealing with this problem?\nI haven't seen anything.\nI'm still seeing this issue.\nPlease open a new issue with a simplified repro case if you're still seeing this!"} {"_id":"doc-en-react-473a4b58713ca7c8d0e8060a45651ad2625b8e108683a3fbb58f5695d87bc14b","title":"","text":"Do you want to request a feature or report a bug? Report a bug What is the current behavior? The hook's value is shown as in React DevTools if the value is a string or a number. Clicking on the bug icon prints the correct values to console. ! If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. CodeSandbox: Direct link to page so you can see the DevTools: What is the expected behavior? The DevTools should show the correct value of the hook. Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React? React 16.9.0. Google Chrome [Version 77.0.3865.90 (Official Build) (64-bit)] running on Linux x64. This issue appeared after version 4.1.0 (9/19/2019) of the DevTools Chrome extension. Might be same bug as but this one appears without any complicated reproduction steps.\nLooks like the issue also appears with boolean values.\nHaving the same problem. The extension worked fine after I downgraded React to version 16.8.6\nI think the only significant difference between React v16.8 and v16.9 is that v16.9 injects the function DevTools uses to support editable hooks (in other words, DevTools is using a different code path when you run v16.8 vs v16.9). I think that means this bug is probably related to somehow. Will dig in more.\nShould be fixed by\nThis fix will be released with 4.1.1 (sometime soon)\nThis fix has just been published to NPM and posted to Chrome/Firefox as v4.1.1"} {"_id":"doc-en-react-6746ac08815bbf89a554f2599c24efc7ee4f226755f4ae042a57183292a2342c","title":"","text":"Since upgrading from beta3 to rc1 I've seen this error a few times in production. Haven't been able to trace the source yet though. cc\nI was unmounting a root during a keyboard event which caused this to happen. I think this has always been a problem? Perhaps we've only been lucky... leaving open just to be sure. EDIT: Could it make sense to have something along the lines of ? Allowing you to schedule things to occur as soon as the current transaction ends.\nThis invariant was new in this release. We also hit one case at FB that I haven't yet investigated. Probably need to change something for the final release.\nI have seen this on RC1 can't find a sequence of actions to repeat it.\nI'm running into this issue as well when conditionally rendering based on state. Not sure how to boil it down to a simple reproducible bug report yet.\nMy issue only happens when I am leveraging FastClick. Didn't happen before 0.14.\nI've found it is because the events are handled in a different order with fastclick, so the batching gets weird...\ne.g. click gets fired before touchEnd, so click handler setState to remove subtree, and then react tries to do something with it in touch end perhaps?"} {"_id":"doc-en-react-19961fc470123ba131df0c13acdc16dca9ae2f0bc85b5a2da9d0662a1783f6d5","title":"","text":"In this repro, I created 2 buttons and only one is rendered at a time. One button's click handler is hooked up to React's synthetic \"click\" event while the other is hooked up to the native \"click\" event. Even though only one button is rendered at a time, a single click is triggering both click events. This bug can be hit by apps that mix React components with non-React controls (e.g. jQuery UI). I reproed this in Chrome with React 0.13.2. to the button labeled \"One\" Expected: There's a button rendered labeled \"Two\" Actual: The rendered button still has the label \"One\" If you open the console, you'll see \"goToTwo\" and \"goToOne\" which indicates that the \"One\" button's click handler ran and then the \"Two\" button's click handler ran (even though we never saw button \"Two\"\").\nI experimented more and came up with another repro: In this one, you click on a button with a native \"click\" handler which causes the button to go away and an input field to be rendered. It results in this exception: From these 2 repros, it seems something strange is going on when calling from within a native \"click\" handler.\nIt works if you add to the event handler.\nThanks for the workaround. Is the behavior without the by design? It looks like the bad behavior is being caused by the rerender happening synchronously within the native \"click\" handler.\nThis looks bad. We don't do a great job interacting with native events. Sebastian wrote a post about this once-upon-a-time, how native and synthetic event systems are, by and large, not interoperable. Even so, I can't see a reason we should fatal like this. Do you understand what's going wrong here? What a fix might look like?\nThis happens when we handle a click event from a node that's been removed in between when the event is triggered and when React receives it. How should we deal with the case that events fire on detached elements? Should we ignore events for nodes that aren't in the document? I don't think the bug is easily fixable otherwise because we don't have the old event handler after the reconcile that removes that node.\nHere are some additional details about the impact of the bug."} {"_id":"doc-en-react-7851a482df6560c8b9755474dda32fba2e00952e4178b5bb7f60e2baae6ce704","title":"","text":"It sounds like this bug is likely to trigger when you use a non-React component (e.g. jQuery UI) in a React single page application and the non-React component triggers a navigation within the app.\nThanks for an excellent bug report and good repro case! I think this happens because we use the \"root id\" to determine which element was clicked. In the repro case there is no \"key\" as part of the root ID for two reasons: 1) It is not a child of a container (multichild) so it doesn't get a key to the root ID. 2) It doesn't have a unique key and doesn't need one because it the button is of a different type. If I make sure that a key is used as part of the root ID the problem is solved: So the problem in the repro isn't that we're firing on a removed node, it is that we're firing the event on the new node. This would be solved if we used a unique ID per instance to identify event handlers instead of a generate root that is non-unique. Which I think we wanted to do anyway. Is there another repro that shows a different issue?"} {"_id":"doc-en-react-bda68aba5b773f0e231d8ae9f598c5dea11ff75961a86d42353566558f7ff8f7","title":"","text":"Since copy+pasting our code makes it too easy for people to XSS themselves, lets just add a comment in there about it.\nPR at - let me know if that's what you had in mind!\nMy intuition is that it makes more sense to fix the example (call a sanitization library) or to change the example completely (demonstrate something else that is safer). It looks really bad to have a security warning on the homepage of the react site. Makes it seem like our framework encourages unsafe operations, rather than a safe-by-default way of doing things.\nShould switch the demo to use a different library like markdown-js that escapes everything and doesn't support HTML:\nmarkdown-js looks good. First attempt: ,output Code licensed if someone wants to turn this into a coherent example; I've signed the CLA.\nThat's a good suggestion too :) - what are your thoughts? I'm happy to change the example to use like people have suggested above. nice usage example :+1:\nUh yea, that sounds fine to me. This behavior is definitely non-standard markdown but it's an example so not a big deal. We should probably do the same for the tutorial while we're here. And it's on cdnjs so that's all pretty easy:\nJust going to use marked instead, which I'm already familiar with and has an option to sanitize input."} {"_id":"doc-en-react-593d62aabd411439866c817fb1e4ea64d8a16337e89ffadf74b971d86d744b40","title":"","text":"