We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af2c2b commit 2eb254fCopy full SHA for 2eb254f
packages/solid/src/render/flow.ts
@@ -59,7 +59,7 @@ export function For<T extends readonly any[], U extends JSX.Element>(props: {
59
* ```
60
* If you have a list with changing indices, better use `<For>`.
61
*
62
- * @description https://docs.solidjs.com/reference/components/index
+ * @description https://docs.solidjs.com/reference/components/index-component
63
*/
64
export function Index<T extends readonly any[], U extends JSX.Element>(props: {
65
each: T | undefined | null | false;
0 commit comments