Skip to content

Instantly share code, notes, and snippets.

@chrisui
Last active September 7, 2017 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisui/347affb9d1e80034bc5d24d2df022359 to your computer and use it in GitHub Desktop.
Save chrisui/347affb9d1e80034bc5d24d2df022359 to your computer and use it in GitHub Desktop.
Who is the OWNER of the <A /> instance here?
const A = () => <div />;
const B = ({children}) => children();
const C = () => <B>{() => <A />}</B>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment