Skip to content

oxlint-plugin-react-doctor@0.7.4

Choose a tag to compare

@github-actions github-actions released this 10 Jul 08:34
dfccac4

Patch Changes

  • #1112 f91ede7 Thanks @aidenybai! - Add no-match-media-in-state-initializer to detect SSR-unsafe matchMedia() calls evaluated by React state initializers.

  • #1110 6b70b32 Thanks @aidenybai! - Add the effect-listener-cleanup-mismatch rule for ineffective EventTarget cleanup callbacks and capture flags.

  • #1111 82187a3 Thanks @aidenybai! - Add no-indeterminate-attribute to catch native checkboxes whose visual indeterminate state is incorrectly set through an HTML attribute.