Igor Petrovic

Results 9 comments of Igor Petrovic

I have a similar issue with the option `{prepend: false}` but it happens only on production build. I tried the `insertionPoint` method but it has the same behavior. **reproduction repo**:...

Hi, I managed to make it work after many trials. Here is an example repo if it could help anyone facing the same issue. [https://github.com/igorovic/mantine-prepend-issue](https://github.com/igorovic/mantine-prepend-issue )

For me the question is: what should `render_ssr(component, otions)` [src/compiler/compile/index.ts#L96](https://github.com/sveltejs/svelte/blob/84ac3a53d53a84194cd9f121a27809a60764d6fc/src/compiler/compile/index.ts#L96) return ? Currently it returns `const {js, css}` js is obviously some javascript which is intended to run on the...

Hi @rtivital I guess you are talking about the option `insertionPoint`. I tried it but it was not effective. below is an example that I tried. `insertionPoint: globalThis?.document?.querySelector('link[rel="stylesheet"]'),` I am...

Sorry I should have linked the @emotion/cache documentation [here](https://newreleases.io/project/github/emotion-js/emotion/release/@emotion%[email protected]) As state in the documentation, `the emotion sheets should be inserted right after the insertionPoint` I updated the codesandbox to illustrate....

Hi, I managed to make it work after many trials. Here is an example repo if it could help anyone facing the same issue. [https://github.com/igorovic/mantine-prepend-issue](https://github.com/igorovic/mantine-prepend-issue )

Here is small snippet of my code. I am also wondering if there is a better way. **csv generator** ```python def newcsv(data, csvheader, fieldnames): """ Create a new csv file...

I have the same issue as @s-g-k . I may be wrong but #13 doesn't seem to resolve our issue. In my case I have `project` object with a nested...