-
**Describe the bug**
Custom components with fields of type `list` do not _always_ re-render when props change.
**To Reproduce**
Steps to reproduce the behavior:
1. Create custom component with l…
-
Given a figma connect configuration where `figma.boolean` is returning a function in one branch, e.g.:
```tsx
import figma from '@figma/code-connect';
import { MyComponent } from './MyComponent…
-
i got an export error and i got it many times, i hope it's not a bug , i walk around in docs and i tried many times but sometimes it's rendered and sometimes give me this error: `export error Promise …
-
I've been iterating on some code. The errors that are coming from `ui` are complete misdirections. Below I have some broken code plus the error that came with it. I made some changes towards resolv…
-
## Description
I'm using the Calendar component with multiple dots (markedDate) styles. I want to add the legends to the colors in the calendar.
## Proposition
Is it possible to add a props `rend…
-
https://github.com/yuna-c/pokemonDex/blob/c172dab8ad21bc9fd5dff88c0023db7de2dfb681/src/shared/router/Router.jsx#L1-L32
convertId={convertId} countPokemon={countPokemon}
5개 부분을 라우터에서 선언하는 것이 아니고 각자…
-
### Discussed in https://github.com/ariakit/ariakit/discussions/4131
Originally posted by **mayank99** September 27, 2024
Consider this snippet:
```jsx
```
This correctly uses `aria-d…
-
### TLDR
https://svelte.dev/docs/svelte/snippet#Passing-snippets-to-components
Would like to add a section to explain the `direct/explicit` method
```ts
let { foo } = $props();
{@render f…
-
As a developer I would like to be able to memoize each component, such that it does not re-render in the render cycle if none of the props have changed.
There should be two ways to do this:
1. Use…
-
**Describe the bug**
Nested components unexpectedly have access to the parent component's context data, even when no parameters or props are explicitly passed to them. This causes unexpected behavior…