Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/gold-worms-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'polaris.shopify.com': patch
---

Fixed the Props table TOC anchor link not working on component pages
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function PropsTable({ props: { interfaceName, props } }: Props) {

return (
<div className={styles.PropsTable}>
<h2 id="properties">Props</h2>
<h2 id="props">Props</h2>
<p>
Want to help make this feature better? Please{" "}
<a href={feedbackUrl}>share your feedback</a>.
Expand Down