-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
After upgrade to 2.0.0-beta.7, application does not start #5453
Comments
What Material components are you using on the page that is failing to load? |
I used:
|
Adds an extra null check when trimming the checkbox `textContent`. This avoids issues in Universal where the `textContent` will be undefined. Fixes angular#5453.
when this fix, will be merged? |
But when i removed MdCheckboxModule from my application i have this same error:
Now i tested version: 2.0.0-beta.8 |
Can you try narrowing it down? This was the only place where I found |
Adds an extra null check when trimming the checkbox `textContent`. This avoids issues in Universal where the `textContent` will be undefined. Fixes #5453.
Adds an extra null check when trimming the checkbox `textContent`. This avoids issues in Universal where the `textContent` will be undefined. Fixes #5453.
Adds an extra null check when trimming the checkbox `textContent`. This avoids issues in Universal where the `textContent` will be undefined. Fixes #5453.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Possibility start applications
What is the current behavior?
After upgrade to 2.0.0-beta.7, application compile fine(server side(universal) and front side), but when i want to open page i have error in console server(this log show in loop):
And application does not start
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
The text was updated successfully, but these errors were encountered: