Error console Firefox 86: vue 3.0.7: nextTick(() => { let msgDisp = cht.value; msgDisp.scrollTop = msgDisp.scrollHeight; });
Version
3.0.7
Reproduction link
Steps to reproduce
ref="cht"
composition api:
setup(){
const cht=ref(null)
}
Error console Firefox 86: vue 3.0.7: nextTick(() => {
let msgDisp = cht.value;
msgDisp.scrollTop = msgDisp.scrollHeight;
});
What is expected?
all OK: vue 3.0.6 nextTick(() => { let msgDisp = cht.value; msgDisp.scrollTop = msgDisp.scrollHeight; });
What is actually happening?
Error console Firefox 86: vue 3.0.7: nextTick(() => { let msgDisp = cht.value; msgDisp.scrollTop = msgDisp.scrollHeight; });
Please read and follow https://new-issue.vuejs.org/?repo=vuejs/vue#why-repro