Open santosh-pingle opened 1 week ago
What is the issue with
LocalDate parsing was attempted on valueString of DateType (e.g., '1966').
?
What is the issue with
LocalDate parsing was attempted on valueString of DateType (e.g., '1966').
? its partial date value.
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes #2720
Description The demo app crashed when LocalDate parsing was attempted on valueString of DateType (e.g., '1966'). Fix: LocalDate is now parsed from DateType.value instead of valueString.
Alternative(s) considered Have you considered any alternatives? And if so, why have you chosen the approach in this PR?
Type Choose one: Bug fix
Screenshots (if applicable)
Checklist
./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the style guide of this project../gradlew check
and./gradlew connectedCheck
to test my changes locally.