NekoChan

Results 10 comments of NekoChan

> @NekoChanTaiwan it is possible to change the way links render in markdown using rehype/remark plugins. I think [rehype-external-links](https://github.com/rehypejs/rehype-external-links) would work for your use case. It would also give you...

I'm also facing this issue, any update?

> I believe this is fixed in SB7, so I'm closing this. Please feel free to reopen if that's not the case! > > Migration guide: [storybook.js.org/migration-guides/7.0](https://storybook.js.org/migration-guides/7.0) I found this...

I got an error with this `Error: listen EADDRINUSE: address already in use`. > I've found a temporary workaround: while developing, you'll want your worker to load `tsx/cli` instead, then...

> same issue in getFacetedUniqueValues Same here, is there any other solution?

```ts // eslint-disable-next-line @typescript-eslint/consistent-type-imports export const SuperJSON = require('fix-esm').require('superjson') as typeof import('superjson') ```

No, I'm using Page Router. I also tried other people's repos from GitHub, and I still have 2 servers running. My env: System: Windows Next.js Router: Page Next.js Version: 14.2.5...