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.
It's very important that the sx properties are typed so that you can write sx={{ color: isActive && 'blue' }}. It does behaves correctly when a boolean is passed, the property is simply ignored, it's only a typescript since it expects only strings.
The text was updated successfully, but these errors were encountered:
It's very important that the sx properties are typed so that you can write
sx={{ color: isActive && 'blue' }}
. It does behaves correctly when a boolean is passed, the property is simply ignored, it's only a typescript since it expects only strings.The text was updated successfully, but these errors were encountered: