Skip to content

Commit aa9d7a3

Browse files
Add missing optional prop to Code component (#1019)
1 parent 9f1dfb3 commit aa9d7a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/documentation/common/CodeEmbed.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ const CodeEmbed = ({
171171
ref={codeRef}
172172
background={determineBackground()}
173173
highlightDragHandle={state === "raised"}
174+
parentSlug={parentSlug}
174175
toolkitType={toolkitType}
175176
tabIndex={0}
176177
_focus={{

0 commit comments

Comments
 (0)