Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
#8086 Layout changes and other improvements #8085
#8086 Layout changes and other improvements #8085
Changes from 43 commits
65b6886
523ba55
8e808b2
ba43a08
cb1c15a
392d3e9
f813ba9
a793f0e
83fb2ad
209e818
b70a82c
a928e43
d781ccf
c027eab
29cc37c
66ee8ff
f8bfb8e
a311afb
144c5b9
b3ac0ca
7e496a7
9ed51b1
16ae536
395d799
119ef93
f182cec
62f02aa
9901e16
ea18646
341017f
5b69fba
568accc
fb68718
b66e26d
936e91c
6092a52
d524a0b
45c8eef
3f0fe68
895e89d
e2bcc35
a950395
cd0ca65
2106ae1
0f51fae
7a1256a
4d8dcef
1874d95
4547d60
1b78995
adf9fab
1448191
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 think we are currently using two library for the resizing
react-container-dimensions
andreact-resize-detector
. If I remember correctlyreact-resize-detector
was introduced to solve the issue of thereact-container-dimensions
. If this PR is changing all the current instances ofreact-container-dimensions
I would try to use thereact-resize-detector
instead and going to remove this one instead to update it. This is only a suggestion, I'm not sure if the react-container-dimensions is still use somewhere elseThere 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.
Please check my comment below #8085 (comment)