diff --git a/packages/runtime-core/__tests__/hydration.spec.ts b/packages/runtime-core/__tests__/hydration.spec.ts index 17d7b8dbcee..3b2bdbf35c0 100644 --- a/packages/runtime-core/__tests__/hydration.spec.ts +++ b/packages/runtime-core/__tests__/hydration.spec.ts @@ -1516,5 +1516,10 @@ describe('SSR hydration', () => { mountWithHydration(``, () => h('input', { from: {} })) expect(`Hydration attribute mismatch`).not.toHaveBeenWarned() }) + + test('should not warn on falsy bindings of non-property keys', () => { + mountWithHydration(`