-
Notifications
You must be signed in to change notification settings - Fork 13.4k
fix(all): component reusage #18963
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(all): component reusage #18963
Conversation
08008f0 to
c9bf60c
Compare
core/src/components/menu/menu.tsx
Outdated
| // register this menu with the app's menu controller | ||
| menuCtrl!._register(this); | ||
|
|
||
| this.updateState(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i might need to move back to didLoad(), will test
|
Ran into a couple of issues while testing: ReorderI am getting an error on the item/reorder test: http://localhost:3333/src/components/item/test/reorder Routerhttp://localhost:3333/src/components/router/test/basic This test has a blank screen ^ |
28bd97c to
71bf2f2
Compare
71bf2f2 to
bcc8b3f
Compare
|
@manucorporat |
|
@DavidStrausz can you open an issue explaining how to reproduce? |
|
@manucorporat I can but this will take some time, just thought you might want a heads up :) |
fixes #18843
fixes #17344
fixes #16453
fixes #15879
fixes #15788
fixes #15484
fixes #17890
fixes #16364
Pull request checklist
Please check if your PR fulfills the following requirements:
npm run build) was run locally and any changes were pushednpm run lint) has passed locally and any fixes were made for failuresPull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this introduce a breaking change?
Other information