tscircuit / schematic-viewer

https://schematic-viewer.vercel.app
8 stars 6 forks source link

Most of the schematic is not getting rendered on the site. #40

Closed imrishabh18 closed 3 months ago

imrishabh18 commented 3 months ago

https://schematic-viewer.vercel.app/ Most of the components are not getting rendered, seems like something is broken.

seveibar commented 3 months ago

I suspect it's because of this: https://github.com/tscircuit/schematic-viewer/commit/095e3b4a8bfa1bfe0a028a3c53f3dd62a7201c78

I had a similar issue in another repo where it has to do with the builder using new functions from @tscircuit/soup-util, fix is probably to upgrade that dep

In the future we should have visual regression testing (storybook offers this as a service- i'll look into it)

seveibar commented 3 months ago

41 should fix this