Skip to content

v2.0.1

Latest
Compare
Choose a tag to compare
@talatkuyuk talatkuyuk released this 30 Jan 20:06

Consider this version is for react19 users

The changes made by @talatkuyuk:

  • updated type references to use React.JSX namespace and removed generic Element type
  • updated the prop types of wrapper in test files
  • moved @types/mdx from dependencies to devDependencies
  • updated the devDependencies
  • fixed the package-lock.json due to conflicts while switching between branches caused by having the same node_modules directory
  • added comment explaining expected type error due to React 19 removing global JSX types for nested MDX components