edison
edison
@skirtles-code I was aware of this before, but I thought returning `null` and `[]` wasn't the correct approach. That's why I didn't handle it. It's been updated now. see https://github.com/vuejs/core/pull/13396/commits/8f82270fe1f462901eed446335168699b0e18295
@skirtles-code I've made a new PR https://github.com/vuejs/core/pull/13438
> I'm not sure whether it would be considered a problem, but this change would also impact `$refs`. Thanks for your review. Perhaps this cannot be regarded as a problem,...
/ecosystem-ci run
@skirtles-code Thanks for your review. I've updated the code, Please feel free to review it again.
not only checkbox but also radio has this same problem too. ```diff function setChecked( el: HTMLInputElement, { value, oldValue }: DirectiveBinding, vnode: VNode ) { // store the v-model value...
the test case should be placed in `packages-private/dts-test/component.test-d.ts` I am unsure if this PR is worthwhile since options API is not recommended by default.