T
tscircuit22h ago
itsme

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

Execution Error: Eval compiled js error for "entrypoint.tsx": Nested boards are not supported
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)
Execution Error: Eval compiled js error for "entrypoint.tsx": Nested boards are not supported
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
Heinrich-XIAO/greenboard - tscircuit
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...
10 Replies
Seve
Seve22h ago
ahh yea your greenpill module should export a <group> not a <board>!!! should be an easy fix in the greenpull module, lmk
itsme
itsmeOP22h ago
wait, it does export a group tho
itsme
itsmeOP22h ago
Editor - tscircuit
Design and edit electronic circuits online with tscircuit's powerful web-based editor. Create schematics, PCB layouts, and 3D models with code.
Seve
Seve22h ago
yea you're right
Seve
Seve22h ago
there's also a dead end trace!
No description
Seve
Seve22h ago
ok one step at a time lol i'm looking at this rn fwiw, filing the bugs
Seve
Seve22h ago
@itsme your original issue, i can't repro, it seems to work
No description
itsme
itsmeOP22h ago
is there a cache that i can try and clear to try fix it locally?
Seve
Seve21h ago
oh interesting it could be a cache 🤔 so it's broken on the website for you? does it work in e.g. incognito? if it is a cache issue we will for sure fix it I'm kind of surprised there's a caching issue i can see in my network panel that the browser is requesting your greenpill module each time which makes me think it may not be a caching issue you can also try the local CLI to see if that tells us anything sorry but also this is great because we're learning so much about what's not working- that's why we need people like you testing things 😁 it's a big contribution 🙏

Did you find this page helpful?