Skip to content

Commit 14cc26f

Browse files
authored
Update the "Dynamic items"'s code highlight line. (#3838)
The wrong highlight wasted me 1 hour to fix the null error
1 parent c0fb1bc commit 14cc26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/content/docs/components/select.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Select follows the [Collection Components API](https://react-spectrum.adobe.com/
5454
- **Static**: The usage example above shows the static implementation, which can be used when the full list of options is known ahead of time.
5555
- **Dynamic**: The example below can be used when the options come from an external data source such as an API call, or update over time.
5656

57-
<CodeDemo title="Dynamic items" highlightedLines="8" files={selectContent.dynamic} />
57+
<CodeDemo title="Dynamic items" highlightedLines="7" files={selectContent.dynamic} />
5858

5959
### Multiple Selection
6060

0 commit comments

Comments
 (0)