()
| 335 | if (saved && this.list().includes(saved)) return saved |
| 336 | }, |
| 337 | list() { |
| 338 | const item = current() |
| 339 | if (!item?.variants) return [] |
| 340 | return Object.keys(item.variants) |
| 341 | }, |
| 342 | set(value: string | undefined) { |
| 343 | startTransition(() => |
| 344 | batch(() => { |
no test coverage detected