PreactVersion
Bun

property

markdown.ReactOptions.reactVersion

reactVersion?: 18 | 19

Which $$typeof symbol to use on the generated elements.

  • 19 (default): Symbol.for('react.transitional.element')
  • 18: Symbol.for('react.element') — use this for React 18 and older