Skip to content

Commit

Permalink
Remove unmount parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Aug 24, 2022
1 parent 26b55d5 commit e4248b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/renderers/vue3/src/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function renderToDOM(
showMain();

if (map.has(domElement)) {
map.get(domElement).unmount(domElement);
map.get(domElement).unmount();
}

storybookApp.mount(domElement);
Expand Down

0 comments on commit e4248b0

Please sign in to comment.