-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
updated panel_state to ts gridData i vs id #22515
Conversation
rshen91
commented
Aug 29, 2018
- panel_state.js migrated to panel_state.ts
- GridData in selectors/types.ts file had id versus i - let me know if I'm misunderstanding but kept this to i instead of id to avoid confusion. In panel_state if I changed line 127 to id it ended up breaking my local setup so I believe changing this to I across the files will keep this consistent.
- There was a test file panel_header_container.test.tsx that had id that I changed to i
💔 Build Failed |
Build failures look related:
|
Looks great, awesome how switching to typescript can expose inconsistencies like that! I think that was a bug that it was I think the tests just need to get migrated over to use |
💚 Build Succeeded |
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.
LGTM! code review only. ci should have caught any issues.
fyi, the labels I just applied should generally get applied to all these typescript PRs. |
Hey @rshen91 - just fyi, looks like this still needs to be backported. |
* updated panel state to ts gridData i vs id property * changed gridData.id to gridData.i