bytrustu / near-payments

Next Step 최종 미션을 위한 Payments 라이브러리
https://www.npmjs.com/package/near-payments
3 stars 1 forks source link

near payments 설치시 vitest 정상동작 하지 않는 현상 #1

Closed Gn0lee closed 7 months ago

Gn0lee commented 7 months ago

이슈 및 개선요청

near payment import 후 vitest 실행시 import 관련 에러가 발생합니다.

스크린샷

image

코멘트

Error: Directory import '/Users/jinho/project/react-shopping-cart/node_modules/near-payments/dist/payments' is not supported resolving ES modules imported from /Users/jinho/project/react-shopping-cart/node_modules/near-payments/dist/index.js
Gn0lee commented 7 months ago
// node_modules/near-payments/dist/payments/index.js

export * from './components/index.js';
export * from './constants/index.js';
export * from './hooks/index.js';
export * from './form/index.js';
export * from './providers/index.js';
export * from './types/index.js';
export * from './utils/index.js';

이런식으로 파일명을 직접 바라보도록 수정하니 정상동작하네요.

bytrustu commented 7 months ago

@Gn0lee 이슈내용 공유주셔서 감사합니다! 😊 전달주신 내용 개선해서 0.1.10 버전으로 배포했습니다.

vitest file import 이슈

TextField type password font 이슈

image

Gn0lee commented 7 months ago

감사합니다!!