import React from 'react'; const Notification = (props) => { console.log('ACA EL PROBLEMA notification'); if (props.notification.text) { setTimeout(() => { props.clearNotification(); }, props.notifLength); } return