hyesungoh / eslint-plugin-typesafe-next-route

Eslint plugin for type-safe routing within Next.js

Home Page:https://www.npmjs.com/package/eslint-plugin-typesafe-next-route

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

handling url object case

hyesungoh opened this issue · comments

        <Link
          href={{
            pathname: '/about',
            query: { name: 'test' },
          }}
        >