We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
const n0 = _createFor( () => source, (state) => { // ^ state === block.s const [{ a, ...other }, index, key] = state return { a, other, index, key } }, (_ctx2) => { // ^? ShallowReactive on(element, () => _ctx2.other) renderEffect(() => { _setText(n2, _ctx2.a) }) const n1 = _createFor( () => source2, (state) => { const [item] = state return { item } }, (_ctx3) => { console.log(_ctx2.a, _ctx3.item) }, ) return n0 }, )
The text was updated successfully, but these errors were encountered:
this is also a prerequisite for slots props
Sorry, something went wrong.
Use withDestructure in PR #221 to implement destructuring assignment.
withDestructure
Use scopeLevel in PR #223 to implement nesting scopes
scopeLevel
LittleSound
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
The text was updated successfully, but these errors were encountered: