Broken reactivity from props
export default function Icon(props: IconifyIconProps) {
const [local, rest] = splitProps(props, ["icon"]);
const [data] = createResource(() => getIcon(local.icon));
export default function Icon(props: IconifyIconProps) {
const [local, rest] = splitProps(props, ["icon"]);
const [data] = createResource(() => getIcon(local.icon));
solid/reactivity in mapArray
eslint-plugin-solid is giving me this warning (twice):
```...solid/reactivity with component ref
Understanding behavior of rendering list of objects using For
Testing server functions
How to reset a deep store?
Theme-switcher for solid
createComputed, one dependency changes quickly the first dependencies first reactivity is lost
`vinxi start` fails with "Cannot find module" error with Vercel preset
pnpm create solid with all default options
2. cd solid-project
3. pnpm update
4. Update app.config.ts to:...@Floating-ui/solid port. 2 stories don't work.
Firstly, thank you for taking a look at this humble support request. 😄 I do apologise in advance for the body of work this will entail. There is quite a lot of code to go through and due to that. This will probably take some time to not only understand the problem but also to provide a fix.
So I appreciate anyone who takes a look! Thank you! 🙇♂️ ...
Inconsistent Behavior with `clearSession` in SolidStart's `vinxi/http` Compared to Expectations
clearSession in vinxi/http in SolidStart doesn’t align with my expectations, and I’m unsure if I’m misremembering or if there was an update that changed the behavior. The specific issue is: after clearing the session, the revalidated data still reflects the session state before it was cleared (similar to the behavior of deleteCookie). However, I recall that clearing a session should take effect immediately upon revalidation, unlike deleteCookie.
For testing, I have the following code:
```typescript...2nd createEffect always runs
@floating-ui/react port to solid.
I have these two effects:
```...What is the cause of hydration mismatch here?
Creating an "group index provider" context
css import order changes between ssr: false and ssr: true
Same Code when pasted in editor shows error logs in console.

client only routes
What is the proper way to insert into an array that is rendered with <For>?
array.length, it replaced the item at that index rather than inserting a new one, unless there is some profound problem with my rendering....SolidStart SSR: Why does createAsync data work in JSX but not in a child component?
onCleanup and props