Skip to content

Conversation

HoonBaek
Copy link
Contributor

@HoonBaek HoonBaek commented Dec 6, 2022

For Internal Contributors

UIKIT-2654

Description Of Changes

Issue

The create channel button range has been displayed even renderHeader props are set

Fix

Include the create channel button & renderIconButton into the renderHeader and ChannelListHeader range

Types Of Changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply_

  • Bugfix
  • New feature
  • Documentation (correction or otherwise)
  • Cosmetics (whitespace, appearance (ex) Prettier)
  • Build configuration
  • Improvement (refactor code)

@HoonBaek HoonBaek requested a review from sravan-s December 6, 2022 08:19
@HoonBaek HoonBaek self-assigned this Dec 6, 2022
@HoonBaek HoonBaek added Ready for review and removed in progress Work in progress labels Dec 7, 2022

interface ChannelListHeaderInterface {
renderHeader?: (props: void) => React.ReactElement;
renderTitle?: () => React.ReactElement;
Copy link
Contributor

@sravan-s sravan-s Dec 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add type definition, and in the file you can comment deprecation

@HoonBaek HoonBaek merged commit 45ef73d into main Dec 7, 2022
@HoonBaek HoonBaek deleted the fix/UIKIT-2654/Props-renderHeader-should-include-renderIconButton branch December 7, 2022 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants