Closed TheOnlyTails closed 5 months ago
I will work on a fix
svelte-portal
package will be emoved, and an internal implementation will be used instead
@TheOnlyTails there is a new release with a fix for this issue, check @svelte-fui/core@1.0.0-alpha.1
Hello, I'm attempting to migrate the Files website to use this package, but I'm running into an issue where attempting to use it gives this error for the Dropdown, Combobox, and Dialog components:
I believe converting the imports to
import Portal from "svelte-portal"
will fix this issue. Looking forward to use this package!