We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1d03a commit 287c05cCopy full SHA for 287c05c
www/src/gatsby-plugin-theme-ui/components.js
@@ -60,7 +60,7 @@ const components = {
60
h6: heading('h6'),
61
Alert,
62
Hide: (props) => (
63
- <div style={{ display: 'none' }} aria-hidden>{children}</div>
+ <div style={{ display: 'none' }} aria-hidden>{props.children}</div>
64
)
65
}
66
0 commit comments