Skip to content

Commit

Permalink
Merge branch 'main' into 2686-fix-sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
KenanYusuf committed Jan 2, 2024
2 parents 99262d1 + 0926384 commit 218a8dc
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 218a8dc

Please sign in to comment.