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
Whenever the state gets updated the bounty number on the UI won't change. I'm sure the state value successfully assigned to the Value attribute but upon change it doesn't trigger any render.
as a test I used another alternative textbox that gets rendered anytime the state value changes. while Bounty not.
The text was updated successfully, but these errors were encountered:
Good day,
Install react-bounty package and imported and used the as follows in my component:
<Bounty value={ this.state.specs.savings?.trad?.capitalFee } className="bounty"/>
Whenever the state gets updated the bounty number on the UI won't change. I'm sure the state value successfully assigned to the Value attribute but upon change it doesn't trigger any render.
as a test I used another alternative textbox that gets rendered anytime the state value changes. while Bounty not.
The text was updated successfully, but these errors were encountered: