recent-tealR
Refine2y ago
11 replies
recent-teal

Cannot find module '@hooks' or its corresponding type declarations.

Hello everyone, I think many have encountered a similar error, please tell me what to do...

./node_modules/@refinedev/core/src/components/pages/login/index.tsx:3:40

Type error: Cannot find module '@hooks' or its corresponding type declarations.

1 | import React, { useState } from "react";
2 |
3 | import { useLogin, useTranslate } from "@hooks";
| ^
4 | import { useActiveAuthProvider } from "@definitions/helpers";
5 | export interface ILoginForm {
6 | username: string;
Was this page helpful?