mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
fix
This commit is contained in:
parent
c42553b492
commit
bcfb8b9cf7
@ -11,7 +11,7 @@ const ShowDocs = props => {
|
||||
padding: '0 20px',
|
||||
},
|
||||
dangerouslySetInnerHTML: {
|
||||
__html: props.md,
|
||||
__html: props.md.default,
|
||||
},
|
||||
}),
|
||||
h('style', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user