Skip to content

Drawer - block frame update for missing items #1619

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

Merged
merged 3 commits into from
Nov 3, 2021
Merged

Conversation

Inbal-Tish
Copy link
Collaborator

Description

Drawer - block frame update for missing items.

Changelog

Drawer - block frame update for missing items.

@ethanshar ethanshar added the Important for Next Release PR that must be included in the release version label Nov 2, 2021
@Inbal-Tish
Copy link
Collaborator Author

@lidord-wix Please take another look

Copy link
Contributor

@lidord-wix lidord-wix left a comment

Choose a reason for hiding this comment

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

Works now!
consider changing the functions to regular consts

Comment on lines 246 to 253
_hasLeftActions() {
return this.props.renderLeftActions !== undefined;
}

_hasRightActions() {
return this.props.renderRightActions !== undefined;
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Why as functions and not as consts?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

habit... Done

@lidord-wix lidord-wix enabled auto-merge (squash) November 3, 2021 09:00
@lidord-wix lidord-wix merged commit 174313f into master Nov 3, 2021
@Inbal-Tish Inbal-Tish deleted the fix/Drawer_crash branch November 16, 2021 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Important for Next Release PR that must be included in the release version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants