Created
April 19, 2020 23:07
-
-
Save jsmanifest/aa40cb4ed3e14239f0c15fa34b0be079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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