Open jaspreet-alef opened 5 years ago
What is your code to reproduce this issue?
@idmontie below is my code
<Fab > <FabButton> <span>+</span> </FabButton> <FabActions> <FabAction onClick={()=>{}} tooltip='Add' > + </FabAction> <FabAction tooltip='Clear' onClick={()=>{}} > <span>+</span> </FabAction> </FabActions> </Fab>
Seems like FabButton component needs 'active' prop value as
string
, rather thanboolean
. Please fix it. Full issue as below: