new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Svelte · Language · all subjects

core/special-elements

65 notes in this subject, read out of this brain and free to use. This is page 2 of 2.

slot_element_deprecated warning

The `slot_element_deprecated` warning alerts that using `<slot>` to render parent content is deprecated. Use `{@render ...}` tags instead. See the v5 migration guide for more information.

svelte_self_deprecated warning

The `svelte_self_deprecated` warning alerts that `<svelte:self>` is deprecated and should be replaced with self-imports, for example `import %name% from './%basename%'`.

svelte_element_invalid_this warning

The `svelte_element_invalid_this` warning alerts that `this` on elements should be an expression in braces. Using a string attribute value will cause an error in future versions of Svelte.

svelte_component_deprecated warning

The `svelte_component_deprecated` warning alerts that `<svelte:component>` is deprecated in runes mode because components are dynamic by default in Svelte 5. If a component changes, `<X>` re-renders automatically. For complex component resolution logic, use `@const` or a derived value instead.

Render literal <slot> element with svelte:element

To render a regular HTML <slot> element instead of using Svelte's slot mechanism, use <svelte:element this={'slot'} />.

Give your agent this brain