This repository was archived by the owner on May 18, 2026. It is now read-only.
Commit 6ded493
committed
fix: allow string id in LibraryItem to avoid PropType warning for extensions
- Extension IDs are strings, but LibraryItem expected only numbers.
- Updated id PropType to accept both numbers and strings.
Fixes PropType warning in extension library modal.1 parent 6de8f03 commit 6ded493
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments