-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Tile): recalculate tile rect height on component did mount (#9593)
* fix(Tile): recalculate tile rect height on component did mount * Update packages/react/src/components/Tile/Tile.js Co-authored-by: Josh Black <[email protected]> * fix(Tile): remove unused variable * chore(Tile): update tests with mock ResizeObserver * chore(Tile): format file * fix(Tile-test): wrap resizeObserver in before/aftereach * fix(Tile-test): add asynchronous afterAll call * fix(jest): add ResizeObserver to setup Co-authored-by: Josh Black <[email protected]>
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters