eslint-plugin-react-web-api
Advanced tools
Changelog
v1.12.4 (2024-08-31)
useLayoutEffect
and useInsertionEffect
support to hooks-extra/no-direct-set-state-in-use-effect
hooks-extra/no-direct-set-state-in-use-layout-effect
in favor of hooks-extra/no-direct-set-state-in-use-effect
(the previous rule will still be available until the next major update to avoid breaking changes)Changelog
v1.12.3 (Thu 29 Aug 2024)
web-api/no-leaked-event-listener
.no-duplicate-key
rule false positives when the key is an variable.web-api/no-leaked-set-timeout
and web-api/no-leaked-set-interval
false positives when a timer is assigned to a variable declared by let
but not initialized.