Attached is a reproducible test case with it panicking within the following method:
impl Object for Date {
fn from_primitive(p: Primitive, r: &impl Resolve) -> Result<Self> {}
}
With the following date:
Ideally it shouldn't bail if there is an invalid date but maybe render a blank string.
Attached is a reproducible test case with it panicking within the following method:
With the following date:
Ideally it shouldn't bail if there is an invalid date but maybe render a blank string.