starter-kit
starter-kit copied to clipboard
Review markdown-to-HTML.tsx file in enterprise, while building useEmbeds errors about react
While building the project locally using pnpm build (enterprise), it is giving error in markdown-to-html.tsx file about useEmbeds. I am attaching a screenshot below. Process I follow to get the issue:
- Clone the repo -Navigate to enterprise
- copy
.env.exampleto.env.localand change the value of hashnode host - run
pnpm install - then ran
pnpm build
If this is a genuine issue, I would love to work on it.