Closed imrishabh18 closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
schematic-viewer | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 22, 2024 5:18am |
@seveibar Seems like even the schematic viewer will need some refactoring cause the typecheck
failed, the types which are getting used are not in sync with the latest packages. 😅
Side note: the visual regression worked!
This will be super helpful 🚀
@seveibar The typecheck is not failing in my local but it is here, I think it's because the latest soup build is not getting fetched here. I think this can be merged cause after the latest soup this will pass as well.
@imrishabh18 just checking did you try npm i
to get the latest versions of the deps?
to upgrade the soup remotely you could do npm add @tscircuit/soup@latest
FWIW i get a type error locally:
The manufacturerPartNumber
has been added in the soup and merged now, I will take a look at this. I have yalc
my soup so it's passing for me
All green 🟢
Taken care of the UI regression. Apologies, for these many to and fro
Closes - https://github.com/tscircuit/tscircuit/issues/262