This repository has been archived by the owner on Feb 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: app freezing when inputing incorrect date
Refactor the slot checkers so the dates are filtered first. Removes both the possibility for an infinite loop and improves performance by not checking impossible dates at all and early returning when a valid date is found. Also move functions from memo callbacks to free functions to make parameter passing explicit. Refs: TILA-2980
- Loading branch information
Showing
1 changed file
with
161 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters