Skip to content

Commit

Permalink
Fix portable stories
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jun 13, 2024
1 parent 984e7b9 commit 4e21251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function composeStory<TRenderer extends Renderer = Renderer, TArgs extend
viewMode: 'story',
loaded: {},
abortSignal: abortController.signal,
canvasElement: globalThis.document?.body,
canvasElement: null,
mount: async () => {
throw new Error('mount not provided.');
},
Expand Down

0 comments on commit 4e21251

Please sign in to comment.