-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: lit template ts error #448
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build isn't passing
Build is failing because of tryorama issue with running hc s create, fix in in place at holochain/holochain#4630 |
Does this one need backporting? |
Already "backported" via a separate PR (#450), |
* Bump versions * nix flake update * Bump holochain_types * Pin holo-server-bin version to most recent working version * Unpin holo-dev-server-bin * Update ci workflow * Bump to 0.5.0-dev.17 * Nix flake update * ci: Add `ci_pass` job (#454) * ci: Add `ci_pass` job * ci: Rename develop to main * Fix lit template ts error (#448) * fix: wrongly used v-if directive (#457) * Fix incorrect usage of v-if directive * Fix vue-ts type error on current record prop * Check both editing and record * Bump to dev.18 * Nix flake update * Remove test retries * Bump versions * Nix flake update * Fix signal usage * Bump tryorama * Bump dep versions * Nix flake update * Update enum usage in tests * Fix slow tests * Update app bundle sources --------- Co-authored-by: ThetaSinner <[email protected]>
This PR fixes a ts error that was preventing
vite build
from running for lit templateshttps://github.com/holochain/scaffolding/actions/runs/12763486851/job/35573852491#step:6:1006
hc s create
removal holochain#4630