tscircuit
tscircuit copied to clipboard
Getting error when trying to import component
$tsci import piuzera/RP2040_Zero
182696 | title: ${pkg.name}${pkg.description ? - ${pkg.description} : ""},
182697 | value: { type: "registry", name: pkg.name },
182698 | selected: idx === 0
182699 | });
182700 | });
182701 | jlcResults.forEach((comp, idx) => {
^
TypeError: undefined is not an object (evaluating 'jlcResults.forEach')
at
Bun v1.3.3 (Linux x64)