-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[0.7.0-beta.1] Layout or Menu bug #1216
Labels
Comments
Same situation. |
same |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
0.7.0-beta.1
Environment
macos, chrome
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-setup-2hvsej?file=app/app.component.ts
Steps to reproduce
change static menus to dynamic menus, and set a leaf menu at index 0, and set a non-leaf menu at index 1.
What is expected?
the menus will be rendered with no error.
What is actually happening?
the menus are rendered with an error, detail as following:
ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'padding-left: null'. Current value: 'padding-left: 24'
Other?
The text was updated successfully, but these errors were encountered: