Luciano de la Iglesia

Results 8 comments of Luciano de la Iglesia

I also have this issue, on the page it creates a `` with the proper classes but it's empty.

I've been trying to get past vitest 0.33 for 5 months but get the "multiple instances of Solid" error on 0.34 through 1.2. I've tried exactly replicating these configs along...

My current configuration is: ```typescript /// /// import { defineConfig } from "vite"; import solidPlugin from "vite-plugin-solid"; export default defineConfig({ plugins: [solidPlugin()], server: { host: true, port: 3000, // necessary...

I created a minimal reproduction: https://stackblitz.com/edit/vitest-dev-vitest-xs9lkq?file=vite.config.ts. It seems when I remove the `Transition`, the "multiple instances" warning goes away, so it may be related to solid-transition-group. However, normally I have...

@atk did you get a chance to look into this?

I'm also looking for this or a hub-labeling algorithm such as the one described in [Abraham et al](https://www.microsoft.com/en-us/research/wp-content/uploads/2010/12/HL-TR.pdf). It seems these algorithms are widely used for large graphs, but the...

Here's a minimal example of the "multiple instances of SolidJS" error: https://stackblitz.com/edit/vitest-dev-vitest-xs9lkq?file=package.json