Today I Learned

TIL, 2023-02-20

  • forwardRef needs these to fix TS errors.
export const Markdown = forwardRef<
  ElementRef<typeof ReactMarkdown>,
  ComponentPropsWithoutRef<typeof ReactMarkdown>
>(

This project is maintained by daryllxd