Skip to content

Instantly share code, notes, and snippets.

@emmabostian
Last active January 12, 2020 14:12
Show Gist options
  • Save emmabostian/3261e849e074d0b232eda7c9cbd00b00 to your computer and use it in GitHub Desktop.
Save emmabostian/3261e849e074d0b232eda7c9cbd00b00 to your computer and use it in GitHub Desktop.
{fadingAnimation.map( ({ item, key, props: style }) =>
item && ( <Modal style={style} closeModal={() => setModalVisible(false)} key={key} /> )
)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment