SSR: Emits do not fire on dynamic components
Version
3.2.33
Reproduction link
Steps to reproduce
Clone the reproduction
To see expected behavior, run "npm run nossr" and monitor the console. Emits are fired from both the standard input and the dynamic
Run "npm run ssr" and note that emits do not fire from the dynamic component, however the standard input works as expected.
What is expected?
Emits should fire from a dynamic component when running in SSR mode.
What is actually happening?
Emits do notfire in SSR mode, but the bug only affects dynamic components.