Subscribe on changes!

SSR: Emits do not fire on dynamic components

avatar
May 6th 2022

Version

3.2.33

Reproduction link

github.com

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.

avatar
May 8th 2022

+1 This broke our ionic app