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
Avoid the react re-rending issue. as explained here #252 (comment)
I have put a console.log("rerended") inside the stakingFee.tsx. When i hit the button to adjust the fee. i have this log printed 8 times in total. so 8 re-render.
Imaging if we have a api call here, then this would be an issue.
Currently
stakingFeeSat
is a memoized function.@jrwbabylonchain suggested we have a callback function
@jrwbabylonchain please add the details of:
The text was updated successfully, but these errors were encountered: