mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
Fix typos (#1629)
Co-authored-by: Scott Densmore <scottdensmore@mac.com> Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user