itsme - Execution Error: Eval compiled js erro...
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
ahh yea your greenpill module should export a
<group>
not a <board>
!!!
should be an easy fix in the greenpull module, lmkwait, it does export a group tho
Editor - tscircuit
Design and edit electronic circuits online with tscircuit's powerful web-based editor. Create schematics, PCB layouts, and 3D models with code.
yea you're right
there's also a dead end trace!

ok one step at a time lol
i'm looking at this rn fwiw, filing the bugs
@itsme your original issue, i can't repro, it seems to work

is there a cache that i can try and clear to try fix it locally?
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 🙏