mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +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:
parent
221b066900
commit
2e20effb43
2 changed files with 2 additions and 2 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue