79293534

Date: 2024-12-19 08:26:00
Score: 1.5
Natty:
Report link
const searchParams = useSearchParams();
const hash = useMemo(() => typeof window !== 'undefined' ? window.location.hash.slice(1) : null, [searchParams])

console.log(hash)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: S. Gromov