Ricky
Ricky
@samuelfreiberg thanks for submitting the PR and driving this feature. In my mind, there are three separate requests here, with different solutions for each: - Detecting if the UI is...
I don't understand the issue, if you do `Logger.log(props);` you don't get the error? Can you provide an example that does not log `props.key` specifically (which is always a bug,...
No, accessing `props.key` or rendering a list without a key is a bug and we do not provide APIs for ignoring warning to prevent bugs. You will only see the...
Yeah @owenn2106 did you update your `react-dom` version as well?
Thanks, but we don't accept PRs that make minor naming changes because they tend to go in circles and introduce subtle bugs.
Great idea - do you think this would make sense as a different plugin like `jest-watch-branches`, you would hit `b` to list + typeahead branches
Hm - I like the simplicity where one key runs tests against master vs the two steps of a key to go to branch selection and a key to go...
Commented on the PR - I'd like to take a look at this, could someone set up a minimal reproduction for me?
Thanks for filing this! As mentioned in the thread, the blocker to this is reading storage synchronously when the bundle loads. Once we can do that, adding this is pretty...
There is not, it's being actively worked on right now.