-
Notifications
You must be signed in to change notification settings - Fork 85
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
refactor: convert rhs_sidebar component to ts #527
base: master
Are you sure you want to change the base?
refactor: convert rhs_sidebar component to ts #527
Conversation
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.
@hereje Mostly looks good to me. Just one small comment for discussion.
- convert component to ts - update types Fixes: mattermost#425
9c97a43
to
1696ffd
Compare
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, thanks for your contribution!
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.
Thanks @hereje. There are some linter issues with this PR. Will you be able to address?
- update props types as optional according to original jsx component
1696ffd
to
cb352e2
Compare
Done! |
/update-branch |
Error trying to update the PR. |
@raghavaggarwal2308 can you help get past the CI errors? |
Hey @wiggin77, I investigated the CI failure but couldn't identify any error logs or specific cause for it. It seems unclear where the issue is originating, but it might be related to recent changes in the master branch. |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
Summary
refactor: convert rhs_sidebar component to ts
Ticket Link
Fixes: #425