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
When using this field, the specifics of the array are not used. This is fine for javascript, but would be an error when using this field in typescript.
Error:
src/dependencies/calendars/ICal/utils.ts:87:46 - error TS7015: Element implicitly has an 'any' type because index
expression is not of type 'number'.
87 const recurrence = event.recurrences?.[dateLookupKey]
The same goes for the exdate field.
The text was updated successfully, but these errors were encountered:
Hello
Here is the creation of an array in the reccurrences field:
and here filling it with values:
When using this field, the specifics of the array are not used. This is fine for javascript, but would be an error when using this field in typescript.
Error:
The same goes for the exdate field.
The text was updated successfully, but these errors were encountered: