Skip to content

Commit

Permalink
Swap L51 and L50
Browse files Browse the repository at this point in the history
  • Loading branch information
SeverS authored Oct 14, 2023
1 parent f22690d commit 6241131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parcel.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export default class Parcel extends React.Component {
this.props.appendTo.appendChild(domElement);
}
this.parcel = mountParcel(this.props.config, {
domElement,
...this.getParcelProps(),
domElement,
});
this.parcel.mountPromise.then(this.props.parcelDidMount);
return this.parcel.mountPromise;
Expand Down

0 comments on commit 6241131

Please sign in to comment.