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 f188323 commit 019bd78Copy full SHA for 019bd78
packages/runtime-core/__tests__/components/Suspense.spec.ts
@@ -1173,7 +1173,7 @@ describe('Suspense', () => {
1173
})
1174
1175
describe('warnings', () => {
1176
- // base function to check if a combination of solts warns or not
+ // base function to check if a combination of slots warns or not
1177
function baseCheckWarn(
1178
shouldWarn: boolean,
1179
children: RawSlots,
@@ -1218,7 +1218,7 @@ describe('Suspense', () => {
1218
test('does not warn on <component :is="null" />', async () => {
1219
checkNoWarn({
1220
default: () => [resolveDynamicComponent(null)]
1221
- // fallback: () => null
+ fallback: () => resolveDynamicComponent(null)
1222
1223
1224
0 commit comments