-
### Describe the bug
When using a `#each` statement and accessing an object's properties, the suggestions will stop working after inserting a dot. See the video below for a better explanation :
…
-
### Describe the bug
I'm using cloudflare-adapter to deploy to Cloudflare Pages. My `_worker.js` is growing to ridiculous sizes, perhaps most relevantly, it's larger than my app with all its chunks…
tv42 updated
7 months ago
-
I want to have the SEO work when sharing links on social media platforms and chat programs.
Currently, the information shows the default page's SEO and does not render the specific blog posts.
…
-
I don't know why but the profile returns invalid handle
Link: https://bsky.app/profile/sveltejs.bsky.social
-
### Describe the problem
I would say that, undoubtedly, the biggest (and only?) advantage React has over Svelte, is jsx. Just open any js/ts file and write:
```jsx
const myFunc = (arg) => ({arg})…
-
Hi, would you consider adding Vite support ?
```js
19:52:32 [vite] vite.config.js changed, restarting server...
error when starting dev server:
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argum…
-
**Is your feature request related to a problem? Please describe.**
There is this amazing module that lets you type check your data in runtime called [typescript-is](https://www.npmjs.com/package/type…
-
-
### Describe the Bug
Firebase 11.19.0 (dec/2022): running `firebase init` with functions setup generates the following snippet:
```json
"functions": [
{
"source": "functions",
"…
-
### Describe the bug
I tried to edit a child component that uses `getContext` where the context key is imported from the parent svelte component's `context="module"`. When I edit the child component …