We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba03fac commit 49aee1aCopy full SHA for 49aee1a
src/BootstrapBlazor/Components/Typed/Typed.razor.js
@@ -2,7 +2,7 @@
2
import Typed from '../../lib/typedjs/typed.module.js'
3
4
const getOptions = (text, invoke, options, callbacks) => {
5
- options ??= {};
+ options ||= {};
6
7
if (text) {
8
options.strings = [text];
0 commit comments