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

fix(typeahead): fix SSR (universal) rendering #2224

Closed
wants to merge 1 commit into from
Closed

fix(typeahead): fix SSR (universal) rendering #2224

wants to merge 1 commit into from

Conversation

pkozlowski-opensource
Copy link
Member

It looks like we need to can't resolve component factories
in a constructor but rather need to delay resolution to the moment
when a component representing a popup is actually needed.

Fixes #2190
Fixes #2139

It looks like we need to can't resolve component factories
in a constructor but rather need to delay resolution to the moment
when a component representing a popup is actually needed.

Fixes #2190
Fixes #2139
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant