Open CodePsy-2001 opened 1 year ago
app directory를 지원하는 라이브러리를 만들었습니다.
npm i next-use-funnel
소스코드: https://github.com/CodePsy-2001/next-use-funnel 예제: https://next-use-funnel.vercel.app
@toss/use-funnel
과 모든 인터페이스가 호환됩니다. (test coverage 100%)Scaffold
와 btn-cta
를 직접 사용해 보세요.
Package Scope
Package name: @toss/use-funnel
Overview
내부적으로
next/router
에 의존하고 있어,next/navigation
으로 마이그레이션이 필요한 App Directory 버전에서는 @toss/use-funnl 의 기능을 사용할 수 없습니다.참고자료1 : https://stackoverflow.com/questions/74421327/nextrouter-was-not-mounted-next-js 참고자료2: https://nextjs.org/docs/messages/next-router-not-mounted
Describe the solution you'd like
appdirectory
경로에서 App Directory 호환 버전을 불러올 수 있도록 합니다.