Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search.tsx #2

Open
soheetech opened this issue Mar 28, 2024 · 1 comment
Open

search.tsx #2

soheetech opened this issue Mar 28, 2024 · 1 comment

Comments

@soheetech
Copy link
Owner

import 오류

모듈 'react-use-fusejs'에 대한 선언 파일을 찾을 수 없습니다. '경로/TIL/node_modules/react-use-fusejs/dist/index.js'에는 암시적으로 'any' 형식이 포함됩니다.
  해당 항목이 있는 경우 'npm i --save-dev @types/react-use-fusejs'을(를) 시도하거나, 'declare module 'react-use-fusejs';'을(를) 포함하는 새 선언(.d.ts) 파일 추가 ts(7016)
@soheetech
Copy link
Owner Author

  1. 모듈 재설치: 지원되는 @types 없음
  2. 새 선언(.d.ts) 파일에 declare module~ 추가

모두 진행했음에도 VSCode에서 여전히 문제라고 인식되고 있다. tsconfig.json 파일 설정에서 "allowJs": true로 설정해둔 상태이므로 js 모듈이라서 문제가 되는건 아닌 것 같다. 해당 모듈은 검색 관련 모듈인데 기능은 잘 동작해서 어느 부분에서 VSCode가 문제라고 인식했는지 모르겠다. 일단 기능은 잘 동작하므로 시간을 두고 천천히 원인을 찾아볼 예정이다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant