Open
Description
Vue version
3.2.47
Link to minimal reproduction
Steps to reproduce
- Click C a few times, notice app is fine
- Click B
- Now click C again, app will crash
What is expected?
App should not crash
What is actually happening?
App crashes with Uncaught (in promise) TypeError: node is null
System Info
No response
Any additional comments?
I initially thought this issue was a problem with PrimeVue and raised an issue there, but after narrowing it down further it seems more like a core vue problem.