-
piraz updated
1 month ago
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
The page cannot be loaded normally, the console reports a…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
I think it'd be great if solid implement the metadata handling tha…
-
I remember using https://www.locatorjs.com/ with React and SolidJS. It would be really neat to have it integrated with Leptos.
-
https://www.solidjs.com/examples/counter
**Suggested Change:**
```
Counter
A simple standard counter example
```
**To Just:**
```
Counter
A simple counter
```
**Reasoning:**
- Ke…
-
### Package
- [X] lucide
- [ ] lucide-angular
- [ ] lucide-flutter
- [ ] lucide-preact
- [ ] lucide-react
- [ ] lucide-react-native
- [ ] lucide-solid
- [ ] lucide-svelte
- [ ] lucide-vue
…
-
React: https://fr.reactjs.org/docs/hooks-reference.html#usecontext
Svelte: https://svelte.dev/tutorial/context-api
Vue 3:
SolidJS: https://www.solidjs.com/tutorial/stores_context
-
Using `render` from `solid-js/web` when it is imported as a namespace
```ts
import * as solid_web from "solid-js/web"
solid_web.render(() => , root)
```
causes an error:
```
Uncaught Referenc…
-
error :
```
Unexpected use of css. Make sure that solid-styled's plugin is setup correctly.
```
configuration:
I tried this
```
export default defineConfig({
integrations: [solidJs(), in…
-
### Describe the bug
May be related to [#374](https://github.com/solidjs/solid-router/issues/374)
When the function that is passed to the routes load() function throws an error or rejected promise…