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
An issue was identified where the upcomingLength value retrieved from useSyncedPref in the useSchedules hook is likely a string, but the getStatus function expects a number. This could lead to incorrect behavior or runtime errors due to type mismatches.
An issue was identified where the
upcomingLength
value retrieved fromuseSyncedPref
in theuseSchedules
hook is likely a string, but thegetStatus
function expects a number. This could lead to incorrect behavior or runtime errors due to type mismatches.This issue was noted in PR #3685 by @coderabbitai[bot].
PR URL: #3685
Comment URL: #3685 (comment)
The text was updated successfully, but these errors were encountered: