React Debug Information

React Version Information
Details about your React installation

React Version:

ReactDOM Version:

Has JSX Export:

No
JSX Export Error Fix
How to fix "React module does not provide an export named jsx"

To fix this:

  1. Use import * as React from 'react'
  2. Don't directly import jsx from React
  3. Ensure tsconfig.json has "jsx": "preserve"
  4. Remove any custom Babel configuration
Available React Exports
All exports from the React module