Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created April 19, 2020 23:07
Show Gist options
  • Save jsmanifest/aa40cb4ed3e14239f0c15fa34b0be079 to your computer and use it in GitHub Desktop.
Save jsmanifest/aa40cb4ed3e14239f0c15fa34b0be079 to your computer and use it in GitHub Desktop.
return (
<div>
<AppContent
onChange={(cb) => {
setCollapsed(false)
onChange(cb)
}}
/>
</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment