Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Expected a closing tag for `<T>` (887:48-887:51) before the end of `paragraph`
885 | - [ ] Strict TypeScript is enabled in tsconfig.json
886 | - [ ] No use of `any` type - use `unknown` or proper types instead
> 887 | - [ ] All async functions have explicit Promise<T> return types
| ^
888 | - [ ] Error handling uses proper type guards (e.g., `axios.isAxiosError`, `z.ZodError`)
889 |
More information: https://mdxjs.com/docs/troubleshooting-mdx
🧑🔧 See how to debug and solve most common MDX errors