diff --git a/documentation/docs/02-runes/05-$props.md b/documentation/docs/02-runes/05-$props.md index 222b4831b65a..9eab0edb59ff 100644 --- a/documentation/docs/02-runes/05-$props.md +++ b/documentation/docs/02-runes/05-$props.md @@ -35,6 +35,8 @@ On the other side, inside `MyComponent.svelte`, we can receive props with the `$
this component is {+++adjective+++}
``` +> [!NOTE] If you use destructuring with a `$props` declaration, the resulting variables will all be reactive. + ## Fallback values Destructuring allows us to declare fallback values, which are used if the parent component does not set a given prop (or the value is `undefined`):