baruch babayof
baruch babayof
manage to solve by using import inside onMount ` let SvelteGantt, SvelteGanttTable, MomentSvelteGanttDateAdapter; let data; onMount(async() => { SvelteGantt = (await import ('svelte-gantt')).SvelteGantt SvelteGanttTable = (await import ('svelte-gantt')).SvelteGanttTable MomentSvelteGanttDateAdapter =...
> Hi, @johnfelipe. > > You can add your own styles to the `app/assets/stylesheets/custom.scss` file or you can create new files in the `app/assets/stylesheets/custom/` folder. for us its not working,...
> Hi, @Avi-ADAM 😄. > > Could you link to the repository where you're doing those changes? And maybe the website using them? https://decide.huka.co.il/proposals/new we not working with repo for...
Is it working for anyone, I'm using vercel adapter and hosting.
Finnally mannaged to solve it. The issue comes from my projects using also the svelte-mail package which uses a diffrent version of the mutual Dependent package html-to-text after removing svelte-mail...
maby you can also test this pull request by adding `"@avitest/gridcraft": "git+https://github.com/Avi-ADAM/gridcraft.git" ` to your packges.json and updating your imports accordinly like `import { Grid , PrelineTheme,PlainTableCssTheme ,CardsPlusTheme ,PagingData, GridFooter}...