Bug with `solid-js/store` and `solid-primitives/history`
{ [key: number]: { image: { id: number } | undefined; } } the history object is starting to resurrect it incorrectly, like skipping the state (see in the video)
My guess is that the reconcile function is not working correctly, but I could be wrong
https://stackblitz.com/edit/solidjs-templates-jzapxh?file=src%2Ftest-todo.comopnent.tsx...Clicking browser's Back button from external site doesn't render the right state
hydration mismatch when wrapping component in a suspense
getting route parameters severside
I can't seem to get ref bindings correctly
Running a script in a solid start project
npx ts-node src/foo.ts but I get an error TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" Any ideas on how to get this to work? TIA....whats the use case of routeData and useRouteData
How do we determine what's client side code and what's serverside code
Controls

Setter type errors
storage option of a resource
The run-time logic of the setter works just fine but there's a type error that I can't pinpoint...
"Deep linking" Why the disparity btn local & prod
401: invalid claim: missing sub claim. WTF....image error and load
splitProps default value
Request data not consistent between createServerData$ and API route
event passed to my createServerData$ and the event that is passed to my API handler is different.
Here's my project structure:...Show PDF on my page
Why does `Outlet` not work when using `element` instead of `component` in the configuration?
Custom ProtectedRoutes component does not render elements on URL match
ProtectedRoutes which is rendered within App.tsx. The purpose is to check the URL that the user is viewing, allow or deny based on store.user.isAuthenticated variable.
There are also two sub-components for ProtectedRoutes.
One is AllowAuthenticated:
```tsx...Capture events from child of Portal
Unable to find modules