Aryan Deora

Results 34 comments of Aryan Deora

Well this was strange at first but this looks like a bug in maybe astro or solid-js. I'm using createResource here and still see the same issue https://stackblitz.com/edit/github-pqy8j7-ibsnna?file=src%2Fcomponents%2FPage.tsx

Hey there! Yes. It still works :D If you download the release from GitHub then you would still have to add the extension name in the `hyper.js` config like so...

Thanks for the feedback! That's strange. I'll try to replicate the issue and make a fix soon. Also someone has already created a pull request to add transparency config 🥳...

Hello! Thanks for opening this issue. I'm taking a look at this now. It looks like a bug. I'll report back with my findings today

Hello! An update on this. https://www.solidjs.com/guides/server#ssr-caveats Because we cant update signals or memos from nested reacted scope during an SSR render, the `enabled` flag updating isn't tracked in the SSR...

@toofff Thanks for working on the devtools panel API! Is this PR good to take a look at? Or do you need any help with it? 😄 I'll be happy...

@toofff yeah that's fine. The devtools panel not having a PiP view makes sense because that would ideally be neet to be handled on the user side. Also, no rush...

@toofff Thanks for working on this. This is looking great! I'll take a look at this today and detailed comments if required!

Hi @toofff I took a look at the changes have made a PR to fix some things. https://github.com/toofff/tanstack-query/pull/1 Let me know what you think! I think if everything looks good,...

Hello! https://github.com/ardeora/solid-toast#available-options-1 Does this help? You can set background color of the toast globally on the `` component. Or do you mean when using `toast.custom()`?