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
Describe the bug
This isn't necessarily a bug, however I thought I would point it out in case it is unintentional.
The useTimeoutCallback function here, only has 2 parameters (callback and ms) however the code comment here references an additional dependencies parameter.
Not sure if this is a code comment that is stale or additional code that is missing.
I hope this was helpful, thanks!
The text was updated successfully, but these errors were encountered:
Describe the bug
This isn't necessarily a bug, however I thought I would point it out in case it is unintentional.
The
useTimeoutCallback
function here, only has 2 parameters (callback
andms
) however the code comment here references an additionaldependencies
parameter.Not sure if this is a code comment that is stale or additional code that is missing.
I hope this was helpful, thanks!
The text was updated successfully, but these errors were encountered: