Co-authored-by: Scott Densmore <scottdensmore@mac.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
SADIK KUZU
2025-06-28 04:29:59 +03:00
committed by GitHub
parent 221b066900
commit 2e20effb43
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ describe('<MaxSizedBox />', () => {
// Make sure MaxSizedBox logs errors on invalid configurations.
// This is useful for debugging issues with the component.
// It should be set to false in production for perfornance and to avoid
// cluttering the console if there are ignoreable issues.
// cluttering the console if there are ignorable issues.
setMaxSizedBoxDebugging(true);
it('renders children without truncation when they fit', () => {