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
v5 introduces the notion of useThemeProps, however, it's not available in v4. I would recommend we duplicate the helper in the repo, with a TODO v5 to replace once we upgrade. We can build on top of getThemeProps and useTheme for now.
The text was updated successfully, but these errors were encountered:
Summary 💡
Make it possible to change default values in the component.
Examples 🌈
v4
v5
Motivation 🔦
Technical aspect
v5 introduces the notion of
useThemeProps
, however, it's not available in v4. I would recommend we duplicate the helper in the repo, with a TODO v5 to replace once we upgrade. We can build on top ofgetThemeProps
anduseTheme
for now.The text was updated successfully, but these errors were encountered: