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
Thank you for your report; it's a bug because it try to unwrap and verify a component that is not part of the allowedComponents property.
I've just fixed it in this commit 94682db.
It will be part of the 4.0.11 release.
Just a note:
When you do let from = DateInRegion() + 2.days you are adding 2 days to the current date+time, so unless the current datetime is midnight resulting colloquial string is like "tomorrow" (or yesterday, the difference is less than 1 day).
The following code crashes with 4.0.10:
The problem seems to be here:
The text was updated successfully, but these errors were encountered: