extensions: [Apple Reminders Beta] Something went wrong "My Reminders"
Extension
https://www.raycast.com/raycast/reminders
Description
Error:
RangeError: Invalid time value
nM:my-reminders.tsx:11:53
---
8:
9: export default function Command() {
10: const { displayCompletionDate } = getPreferenceValues<Preferences.MyReminders>();
11: const [listId, setListId] = useCachedState<string>("all");
12:
13: const { data, isLoading, mutate } = useData();
14:
---
Fr:index.js:9:2490
at ray-navigation-stack
Vo:index.js:9:2088
Steps To Reproduce
- Update extension
- Open “My Reminders”
Current Behaviour
Reminders are not showing
About this issue
- Original URL
- State: closed
- Created 8 months ago
- Comments: 24 (12 by maintainers)
I shipped another fix that will hopefully solve your problem: https://github.com/raycast/extensions/commit/19c58d2dd265a8352eeeff270cf4057368d9d50e. Could you try out once again when it’s published (in ~30 minutes) and after checking the extension updates?
I’ll check in with the team and see what’s happening here. Are you still getting the bug as of today even after clearing the cache in case the extension didn’t update after the fix?