XiaoDong

Results 13 issues of XiaoDong

`createIf` only updates when passing a context ref. ```diff const value = ref(true) const Parent = { render() { return createComponent(Child) }, } const Child: Component = { + setup()...

bug

Test Case: ```typescript test('in component event handler via emit (async)', async () => { const err = new Error('foo') const fn = vi.fn() const Comp = { setup() { onErrorCaptured((err,...

pending