weareinreach / InReach

Detected the use of alert, confirm and prompt JS-0052
Anti-pattern
Minor
19 days ago19 days old
 95		[id, toggleOrDeleteAttribute]
 96	)
 97	const handleEdit = useCallback(() => {
 98		alert('To be implemented later') 99	}, [])
100	const editIcon = useMemo(() => {
101		if (editable) {