yurkoturskiy / create-npm-package-from-react-component

my tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for NextJs project

nadeem-golflan opened this issue · comments

can we use the similar approach to convert a NextJs project(with multiple pages) into a module. I tried this approach but I am getting ReferenceError: document is not defined when I am importing the module inside another project.