v6.25.3
v6.25.3 (Patch Release)
Status: Released
This is a new patch release of the @alextheman/components package. It includes small, non-breaking changes and should require no refactoring. Please read the description of changes below.
Description of Changes
- Update
@alextheman/eslint-pluginand address new lint warnings/errors.- My ESLint plugin has recently migrated its React configs to use
@eslint-react/eslint-plugindue to its better support for ESLint v10. - Most notable refactors include:
useinstead ofuseContextContextinstead ofContext.ProvideruseSyncExternalStoreinstead ofuseStateinuseEffectinScreenSizeProvider
- My ESLint plugin has recently migrated its React configs to use