Skip to content

Instantly share code, notes, and snippets.

@barneycarroll
Created February 23, 2018 11:46
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 barneycarroll/94aee0415b3b64d8f5bd5948f986dab7 to your computer and use it in GitHub Desktop.
Save barneycarroll/94aee0415b3b64d8f5bd5948f986dab7 to your computer and use it in GitHub Desktop.
Blank view component
export const {
view: v => (
v.attrs.view
?
v.attrs.view.call(v.state, v)
:
v.children
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment