-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Closed

Description
Are we able to create the modals like in previous version of React Router? If I understand, now we can't use this.props.children
. So how we can show the previous content when modal appears?
pinterest example in previous version
componentWillReceiveProps (nextProps) {
if ((
/* Something */
)) {
this.previousChildren = this.props.children
}
}
My stackoverflow question: http://stackoverflow.com/questions/42409175/react-router-v4-modal
Metadata
Metadata
Assignees
Labels
No labels