We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
console.log( type({ foo: type('string').pipe(() => 123), }) .pipe(c => c) .to({ foo: '123', }) ({ foo: 'bar', })+'') // foo must be 123 (was "bar")
The text was updated successfully, but these errors were encountered:
const _pipeMorphed = (...) => return ctx.$.node("morph", { morphs, in: from.in })
This uses .in which drops prop morphs
.in
Sorry, something went wrong.
Fixed by you in #1174 πͺ
ssalbdivad
No branches or pull requests
Report a bug
𧩠Context
π§βπ» Repro
The text was updated successfully, but these errors were encountered: