Damian Tarnawski

Results 32 comments of Damian Tarnawski

Nice job! So Astro wasn't passing a unique id to the `renderToString`? I remember Ryan saying that this is something that he needs to do to support partial hydration properly....

@atk `@testing-library/jest-dom` seems to be at latest version - `5.16.4`

If https://github.com/solidjs/solid/pull/1255 gets merged, we could only display the names of nodes that has been named by users, components and autonames by a bebel plugin.

I know that it doesn't get tracked. That's the point 😉 Why track a signal which updates won't case a change? The first signal has to return false for the...

I still have to write a proper Astro integration plugin. The devtools should support island architecture, but only to the extent of automatically tracking new roots. So render calls as...

The transformation looking for the `unstable_island` keyword didn't account for using ts paths `~` nad single quotes `'` in the import. I've changed its code to this and the transform...

interesting the overlay package is importing the setup, so it should always be available: https://github.com/thetarnav/solid-devtools/blob/main/packages/overlay/src/index.tsx#L1 Maybe the import got removed by the bundler for some reason? you could try adding...

I think the message is doing a good job navigating people here to make issues, so I want to keep it as default for now, but there should be an...

I'm working on support for Solid so I'll come back to this after it's done. (#232) I suspect that this is the reason anyway.

this might be related https://github.com/thisbeyond/solid-dnd/issues/78