Open ansarikhurshid786 opened 5 years ago
You have a typo, it's active
not activate
.
@EduVencovsky Thanks, Yes I tried with active but not working
@ansarikhurshid786 it seems this prop on works in the initial mount, I got it working (in a wacky way) by conditionally mounting the component until after my fetch
{showActionButtons ? (
<ActionButtonGroup
activeInit={SOMEBOOLEAN}
/>
) : null}
I don't think this is a bug, because if if it worked like you would want it to then it the main button click would be over ridden by state
This is an old issue, but you have to use resetToken
.
I want to close/deactivate others all floating button when user click not active floating button.
I tried something like this:
View :