Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSR: Emits do not fire on dynamic components #5870

Closed
sbmw opened this issue May 6, 2022 · 1 comment
Closed

SSR: Emits do not fire on dynamic components #5870

sbmw opened this issue May 6, 2022 · 1 comment

Comments

@sbmw
Copy link

sbmw commented May 6, 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.

@SachinAgarwal1337
Copy link

+1
This broke our ionic app

@github-actions github-actions bot locked and limited conversation to collaborators Sep 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants