Subscribe to any unknown store change
WebComponent Support
WebComponent based package - so i tried:
```ts
declare global {
namespace JSX {
interface IntrinsicElements {...WebSerial Support
Property 'serial' does not exist on type 'Navigator'
Property 'serial' does not exist on type 'Navigator'
Project Structure
How to modify HTMLElement after script loads / elements render?
@solid-primitives/script-loader to load an external component :
```
var [script, remote] = createScriptLoader({
src: commentoURL,
onload: async () => {...createEffect doesn't fire for a memo passed as prop to a third party component
How do you refer to a deeply nested component?

Sentry in Solid / Vercel
SolidStart - How do I build and start server in different directory?
npm run build, a dist folder w/ content is created. If I move the dist folder into another directory, I have to copy the package.json file and npm i --omit=dev in the new directory for it to run without errors.
My confusion is why I'm having to manually copy the package.json file?
Is this the correct way to do it, or am I misunderstanding?
...Network issues with Solid
How do I lazily load stylesheets for different pages
Trigger animation using Motion One for Solid
animation.play() method, but I don't see how to do the same think using Motion Solid.
The problem I'm trying to solve is that I'm using Motion in a component, but the animation does not play when I pass that component to a second component as a child (props.children) and try to render it in the second component....Accessing parts of a Store (sub store, substore)
data: T[] and setter: SetStoreFunction<T[]> . This is all fine when passing in a complete store as created by createStore(...) but breaks down if I want to pass a part around:
e.g.
```tsx
<Foo...UND_ERR_REQ_CONTENT_LENGTH_MISMATCH error when navigating to index route
Pass prop into style={{}} on hover
}...
Global style tags get added before page is actually visible
<Style> tag in a layout, but the actual route takes a long time to load, the Style tag will still render even when the rest of that route is not. Here's the repro: https://github.com/nonphoto/solid-test-global-page-stylesControl when child component is mounted
Client only component (or client only createResource)
createResource to use suspense / error boundaries (the browser check PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable() returns a promise.
...SolidStart on Plesk
Plesk "panel"?
I have to specify a file to execute, would that just be dist/server.js?...