-
# Shared Props in LiveVue
### Problem Statement
When building applications with LiveVue and LiveView, developers frequently need to pass the same props (like `flash` and `current_user`) to multi…
-
### Describe the problem
The module "svelte/elements" provides the definitions of HTML attributes that can be used to declare props to spread in a component that "wrap" a HTML element.
For example…
-
I'm trying to apply some kind or render props pattern around modular-forms, without success :/
The general idea is: I have many kind of criteria, the only difference is the `params`. all the other …
-
### Describe the bug
Hey, I am not sure whether this is the right place to report this.
When I auto-import something from within a (ts) script, then it misplaces the import statement, therefore …
-
**Describe the bug**
For example, I'm creating a custom block that uses shadcn components, e.g. the `Card` component. For some reason the styles are being overridden and so it doesn't have a border. …
-
### Describe the problem
This has been discussed a lot in the past (for example #627), but now with Svelte 5 released, I think we can take a look at this from a different angle, considering all the…
-
### Describe the bug
In the docs, the only mention of snippets-slots interop is:
> In Svelte 4, content can be passed to components using slots. Svelte 5 replaces them with snippets which are mo…
-
## What is "Render Props"?
https://reactjs.org/docs/render-props.html
It's important to use this because Context API works via this approach. React is currently testing hooks, which will simplif…
-
guys i am using svelte2tsx for transforming svelte to tsx for gneerating .d.ts
```ts
const tsx = s2x.svelte2tsx(content, {
filename: file,
isTsFile: isTsScript(cont…
-
### Versions:
- `@inertiajs/vue3` version: 2.0.0-beta.2
- `@inertiajs/inertia-laravel` version: 2.x-dev
### problem:
I know it's still beta for V2 but just wanted to bring this bug to the at…