Skip to content

Commit

Permalink
Fix gallery page issues
Browse files Browse the repository at this point in the history
  • Loading branch information
toropov023 authored Dec 25, 2023
1 parent ce87132 commit e00cef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/partials/gallery/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const defaultProps = {
}
// <Preview> component from component-playground without updating
const Preview = (_props) => {
const props = {...defaultProps,_props}
const props = {...defaultProps, ..._props}
let ref = useRef();

const compileCode = () => {
Expand Down

0 comments on commit e00cef4

Please sign in to comment.