Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 1a30d7b

Browse files
devversionjelbourn
authored andcommitted
fixup! refactor: update stackblitz examples write to use webcontainers for v13 compatibility
Address feedback
1 parent d94e2a8 commit 1a30d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/stack-blitz/stack-blitz-button.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class StackBlitzButton {
3939
if (this._openStackBlitzFn === null) {
4040
alert('StackBlitz is not ready yet. Please try again in a few seconds.');
4141
} else {
42-
this._openStackBlitzFn?.();
42+
this._openStackBlitzFn();
4343
}
4444
}
4545

0 commit comments

Comments
 (0)