Minor Changes
-
#2566
122e9f11
Thanks @eps1lon, @Andarist! - Fixed hydration mismatches ifReact.useId
(an upcoming API in React 18) is used within a tree below our components. -
#2560
b5a26619
Thanks @eps1lon! - Dropped usage of a deprecatedSFC
React type in favor ofFC
. TheFC
type has been introduced in@types/react@16.7.2
so this version of this package is now a minimum requirement for TypeScript users.