You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upgrade ESLint to v9 and improve TypeScript types (e5410f1)
BREAKING CHANGES
TypeScript types for callback props are now more specific.
Consumers with strict TypeScript checking may need to update their callback
function signatures to match the new types, though runtime behavior is unchanged.