import { useEvent } from 'react'; // .... const onConnected = useEvent(() => { showNotification('Connected!', theme); }); // ...