Cannot resolve symbol 'useNavigate'
Author: LastStrangerCreated Mar 3, 2020Updated May 25, 2023
when I write import { useNavigate } from '@reach/router'; the webstorm gives me some kind of warning like this.
although this hook works as I expect, I want to know what may cause this issue
Source: reach/router