Skip to content

Commit b7b150d

Browse files
ci: apply automated fixes
1 parent d75055e commit b7b150d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/routes/(0)concepts/(0)components/(2)props.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,3 @@ Prop drilling refers to passing props through multiple layers of components.
131131
While this is a valid pattern, it can become cumbersome in larger component trees, especially when intermediate components receive values they do not directly use.
132132

133133
When multiple components across different levels need access to the same data, Solid’s [Context](/concepts/context) API provides a cleaner alternative. [Context](/concepts/context) allows you to supply values to deeply nested components without manually threading props through each layer.
134-
135-

0 commit comments

Comments
 (0)