tscircuitt
tscircuit3mo ago
itsme

itsme - Execution Error: Eval compiled js erro...

Execution Error: Eval compiled js error for "entrypoint.tsx": Nested boards are not supported
@tscircuit/eval@0.0.354
Error: Eval compiled js error for "entrypoint.tsx": Nested boards are not supported
    at kb (blob:http://localhost:3020/af38576e-e5b4-49a5-8749-d8830bb622eb:374:8359)
    at async Object.executeWithFsMap (blob:http://localhost:3020/af38576e-e5b4-49a5-8749-d8830bb622eb:392:2347)

why am i getting this error and how do I fix it? this is the repo: https://tscircuit.com/Heinrich-XIAO/greenboard
This code defines a hardware schematic with a Greenpill microcontroller connected to a 1kΩ resistor and a 1000pF capacitor via PCB traces. To use the component, import it from the package and include it in your tscircuit board design:

```tsx
import { SomeComponent } from "@tsci/AUTHOR.PACKAGE_NAME"

export default () => (
<board>
<SomeCo...
Was this page helpful?