**Describe the bug** Date Picker is not showing up. Getting Fatal error when I call atePicker.present() with valid options on Xcode. My code: ``` DatePicker.present({ mode: 'date', date: new Date().toISOString(), max: this.getMaxDate(from), theme: 'light', }) .then((dateData) => { console.log(dateData); }) ``` Error in Xcode: `CapacitorCommunityDatePicker/Parse.swift:20: Fatal error: Unexpectedly found nil while unwrapping an Optional value` <img width="1257" alt="Screenshot 2023-09-10 at 12 34 37 AM" src="https://github.com/capacitor-community/date-picker/assets/18726904/df6cd3ed-c549-48cc-9270-3d460a533bf6">