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 was able to get it working with some changes. I exposed the addons on window and rebuilt the project referencing the bundle that now included the add-ons. I'm sure it's not the right way to get it working, but it's working.
I was also doing something wrong on the Qwik side. I needed to use useVisibleTask$ to make sure the code ran on the client and not at build time.
I made a fork with my changes. I don't think they're helpful to others but maybe.
I did write a TypeScript definition file and can make a PR for that if it'd be helpful.
I'm having trouble getting this to work with Qwik (similar to React, uses JSX, Vite).
With an import as per the README I get this:
The file is there though.
If I change my import to use a relative path then I get this error:
Instantiation code:
The slider looks wonderful. I hope I can get it to work and appreciate any help.
tsconfig.json (relevant portions)
The text was updated successfully, but these errors were encountered: