Closed ragingsquirrel3 closed 8 months ago
I figured this day would come. :P I'm going to have to find a new way to forward all events.
I just finished reading the docs, and it looks like it will actually be easier to forward all the events in Svelte 5 than it was in Svelte <=4. Buuuuut, it will require a large rewrite of a lot of code, so that will be done in v8 of SMUI.
I'm going to track this as #650.
Describe the bug smui components are not usable with svelte 5 preview because they depend on internal API get_current_component which apparently is not available in 5.
To Reproduce Steps to reproduce the behavior:
TypeError: __vite_ssr_import_1__.get_current_component is not a function
Expected behavior I can use SMUI with svelte 5.