Commit 0232e53
Fix PropTypes validation error for Composer component
Replace spread operator with explicit PropTypes definitions to avoid
type conflicts between APIComposer.propTypes and ComposerCore.propTypes.
This fixes CI error: "The types of 'suggestedActionsAccessKey[nominalTypeHack].type'
are incompatible between these types" by explicitly defining PropTypes instead
of using spread which was causing TypeScript validation conflicts.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent cfba69f commit 0232e53
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
544 | | - | |
545 | | - | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
546 | 552 | | |
547 | 553 | | |
548 | 554 | | |
| |||
0 commit comments