Forest Hoffman
Forest Hoffman
### For folks that updated (2.x -> 3.x) and relied on the JSZip constructor My deps at the moment: - jszip: 3.2.1 - @types/jszip: 3.1.6 Since the constructor was removed...
This was happening for me as well after updating to the latest version, 1.1.21. I double checked that my `useCustomEmojiForTasksPlugin` was set to `true`, and it is. However, the Reminder...
Through further testing I can confirm that the `ReminderFormatParameterKey.useCustomEmojiForTasksPlugin` is true when loading the plugin, but it is false (causing `useCustomEmoji()` to be incorrectly false) when using the `showDateTimeChooserModal` is...