Jed Fox

Results 610 comments of Jed Fox
trafficstars

Heads up that DevDocs doesn’t do a full text search, I think it just searches by the titles in the sidebar. You could try something like The Silver Searcher (`ag`),...

Thanks! It looks like this issue is with the Classic apps, but this repository is for issues with the redesigned GitHub Desktop (see https://desktop.github.com).

Perhaps don’t extend the horizontal lines of the `{[]}` past the `|`?

IMO `` should function the same as `` — this isn’t destructuring, and there really isn’t a reason as far as I can see to disallow this.

It looks like the spec supports namespaced tag and attribute names, but Babel says “Namespace tags are not supported. ReactJSX is not XML.”

@probablyup I think you might’ve missed the part of the sentence before your quote: > It looks like the spec supports namespaced tag and attribute names

That would disallow this, though: ```jsx ```

Perhaps `getKey` or `keyFor`?

What if you could pass a component to `createReparent`? ```js const reparent = React.createReparent(() => Some DOM) function SomeComponent() { return ( ) } ```

You could work around the issue with `` by making a custom component that uses `useContext` to create a HOC matching `Context.Consumer`’s API.