Peter Dräxler
Peter Dräxler
Hello, when I include the crow header in my project in Visual Studio 2017 on Windows and I get the following warnings: ``` crow.h(6644): warning C4267: '+=': conversion from 'size_t'...
Currently, it is not possible to call Astro components from UI frameworks, so it is currently not possible to use `astro-icon` on interactive websites. The issue is that `astro-icon` only...
### Describe the bug Getting an error: > Error: Hydration Mismatch. Unable to find DOM nodes for hydration key: s00-0-0-0-0-0-0-0-0-1-3 ### Your Example Website or App https://stackblitz.com/edit/github-pqy8j7-jhayd9?file=src%2Fcomponents%2FPage.tsx ### Steps to...
### Describe the bug `resource.data()` is returning data from another resource, in another component ### Your Example Website or App https://stackblitz.com/edit/github-pqy8j7-y8z78u?file=src%2Fcomponents%2FPage.tsx ### Steps to Reproduce the Bug or Issue 1....
### Describe the bug During SSR, `query.data` is receiving data from another query function. ### Your minimal, reproducible example https://stackblitz.com/edit/github-pqy8j7-s2k3r8?file=src%2Fcomponents%2FPage.tsx ### Steps to reproduce 1. Look at `Page.tsx` - notice...
### 📚 Subject area/topic /concepts/stores ### 📋 Page(s) affected (or suggested, for new content) https://docs.solidjs.com/concepts/stores ### 📋 Description of content that is out-of-date or incorrect In a [Discord message](https://discord.com/channels/722131463138705510/722349143024205824/877109271152721950), @ryansolid...
### 📚 Subject area/topic /concepts/control-flow/error-boundary.mdx ### 📋 Page(s) affected (or suggested, for new content) https://docs.solidjs.com/concepts/control-flow/error-boundary ### 📋 Description of content that is out-of-date or incorrect The docs says: > When...
I set up a Fastify middleware like to create a cookie. The cookie is created correctly for Fastify routes (`/api/todos`), but the cookies don't make it to the HTTP response...
Hi, I've added to library to my project and copied and pased the example into a TSX file. On this line: ```ts import { dndzone } from 'solid-dnd-directive'; ``` I'm...