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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Step2-03 exercise 'Customizing one Fabric control instance, 4. Try to customize this with a styles function' could not implement.
Step02-3 demo TodoHeader.tsx 'TextField' could implement this, because styles property of TextField is IStyleFunctionOrObject type.
But in Step2-03 exercise DefaultButton's styles property is IButtonStyles type, which cannnot use function.
The text was updated successfully, but these errors were encountered:
Step2-03 exercise 'Customizing one Fabric control instance, 4. Try to customize this with a styles function' could not implement.
Step02-3 demo TodoHeader.tsx 'TextField' could implement this, because styles property of TextField is IStyleFunctionOrObject type.
But in Step2-03 exercise DefaultButton's styles property is IButtonStyles type, which cannnot use function.
The text was updated successfully, but these errors were encountered: