An open API service indexing awesome lists of open source software.

https://github.com/talatkuyuk/nested-mdx-component-reproduction-14

a minimal Next.js app to reproduct a typescript error
https://github.com/talatkuyuk/nested-mdx-component-reproduction-14

Last synced: 3 months ago
JSON representation

a minimal Next.js app to reproduct a typescript error

Awesome Lists containing this project

README

        

This a `Next.js` application to reproduce a type error in `@mdx-js/mdx`.

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`.