Solant

Results 19 comments of Solant

@vesper8 Checked on demo page on iOS 10 and it works fine Make sure that you don't use https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API , as it's not supported by older iOS versions

Hey I'm not sure if locale corresponds with the calendar system (in my opinion Gregorian is somewhat default in any case, but I can be wrong at this one) Is...

Ok, is there any way to ask vite to remove unused calendars? I remember this being a thing, when WebpackIgnorePlugin was used to strip unused locales from the moment.js, but...

Having the same issues when trying to pass `CalendarDate` instance between components

@mkeyy0 from what I've checked, private fields of `CalendarDate` are implemented via `swc` polyfill function `_class_private_field_init`, I think this is the reason we don't have runtime errors yet ![Image](https://github.com/user-attachments/assets/77954990-c899-4004-a126-f9e07904c7f0)

> Using `markRaw` when passing date objects is indeed the correct thing to do Aren't we disabling reactivity with this? I would really like to change date objects using `Calendar`...

I think it will add a lot of uncertainty to the component. For example: 1. How should a calendar know its T type in the runtime? 2. What is the...

> When you add a generic, you know with which instance you work From the application code — yes. But not from a component perspective. `Calendar` must know what type...

Hey @illright, thanks for the feedback. I tried to accommodate all the points you mentioned; please let me know if everything is ok