Skip to content

Commit

Permalink
Fix gallery page issues (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
toropov023 authored Jan 2, 2024
1 parent ce87132 commit 0926384
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

1 comment on commit 0926384

@vercel
Copy link

@vercel vercel bot commented on 0926384 Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.