feat: remove todo (#11167)

pull/11162/head
Tan Li Hau 4 months ago committed by GitHub
parent 9b67ee18eb
commit dd9a8a2578
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -352,8 +352,6 @@ const validation = {
if (context.state.analysis.runes && binding.kind === 'each') {
error(node, 'invalid-each-assignment');
}
// TODO handle mutations of non-state/props in runes mode
}
if (node.name === 'group') {

Loading…
Cancel
Save