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
I throught about adding support to Svelte 3 but...I decided to not to because of three reasons:
I created this project to use on another personal project, which isn't using Svelte anymore (because of the point below);
Svelte STILL doesn't support Typescript with type-checking (see TypeScript support sveltejs/svelte#1639), which means working around with material-components-web is..hard, because of the complex library interface and architecture;
The best (and easier) way to use material-components-web in a library like this is to use foundation/adapter architecture, which this project doesn't use, and would need a whole rewrite;
I may plan to add Svelte 3 support in the future, but I would like to at least have the possibility to use Typescript so the whole thing is easier to maintain. As this isn't the case, and as I'm already very busy working on another personal project (mentioned in the point 1), I'll await until this support arrives to implement support to Svelte 3 on this project.
:)
The text was updated successfully, but these errors were encountered: