New
Introducing React Bench, see how different models perform on React code

react-doctor/no-create-ref-in-function-component

createRef in function component

  • Category: Bugs
  • Severity: warn
  • Source: oxlint-plugin-react-doctor
  • Framework: global
  • Enabled when: react
  • Default: Enabled

Validation prompt

Use this to decide whether a fired diagnostic is real or a false positive.

Confirm the reported code matches createRef in function component. Check the framework context and diagnostic message before suppressing it.

Fix prompt

Use this once validation confirms the diagnostic is real.

Replace createRef() with the useRef() hook inside function components and hooks. createRef is only for class components.

More Bugs rules from the rules reference: