Simon Ilincev

Results 19 comments of Simon Ilincev

Hmmm, I guess that means there's an issue within the refresh scheme source code. Thanks for sharing; unfortunately I'm using Flask so going to have to keep digging.

Running into this issue now and it's a major pain point. Any chance of this being implemented in Nuxt Composition API?

Were you able to find a solution to this?

Also wondering if the project is being actively maintained.

Any chance of this getting looked at sometime soon?

The same issue happens even when setting `export const csr = false`. Interestingly, the only workaround seems to be wrapping for loops in a flexbox. ```svelte {#each item as item}...

I poked around a bit in the `node_modules` folder and figured things out — it seems like the colors need to be aliased from within the `extend` key, as so:...

Same problem here with a `.ts` file (in a Svelte project). Restarting, unfortunately, didn't fix anything.

Here are a couple of workarounds: 1. Redefine the module in your `src` folder: ```ts // src/types.d.ts declare module "$env/static/public" { export const PUBLIC_KEY: ; } ``` 2. Explicitly include...