-
# Things you forgot (or never knew) because of React - Josh Collinsworth blog
If you don't often look beyond established comfortable defaults, you might be surprised to learn just how far the world o…
-
I have a column where I use createRender to create a button from shadcn-svelte.
When the data is updated the click event handler uses stale data from before the update, even though the button's slot …
-
**Describe the bug**
Wrapping a "[portal](https://github.com/sveltejs/svelte/issues/3088)" component in a div breaks the app, making the portal and it's contents permanent citizens of the DOM.
Thi…
-
### Description
Hi all. I'm having a great time using Vercel AI SDK with OpenAI. However, I'm experiencing a few blocking issues with Gemini and Google Generative AI Provider when using `streamObje…
-
Type: Bug
Hi,
when using the intellisense command `Extract to constant in enclosing scope` while inside a lambda function without curly braces and while having an argument of that lambda function se…
-
## 🧑🤝🧑 Who: @JReinhold and @ndelangen
This is a tracking issue for the Reduce install footprint 🐾 project. The purpose of this issue is to keep tracking of the overall status of the project and tas…
-
### Discussed in https://github.com/vanjs-org/van/discussions/152
Originally posted by **yahia-berashish** October 25, 2023
Hello, I tried to migrate React Context API to VanJS. The key steps:…
-
Using v1.2.5, getting this error whether building in Windows 11, Ubuntu 20, or MacOS 12.
```
error during build:
TypeError: Cannot read properties of undefined (reading 'overrideNodeExePath')
…
-
### Describe the bug
I have a grid whose rows are drag and drop to reorder using svelte-dnd-action. Because there can only be one element in the #each block, I create a wrapper div with `grid-column:…
-
### Describe the bug
When passing in `disabled=true` to the `DropdownMenu.Item` component the component will still perform `on:click` actions even if being disabled. The component gets the correct …