We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a5e7a commit fefe898Copy full SHA for fefe898
pkgs/stream_transform/example/main.dart
@@ -16,7 +16,7 @@ void main() {
16
.tap((v) {
17
print('Saw: $v');
18
}).forEach((v) {
19
- output.text = v;
+ output.textContent = v;
20
});
21
}
22
0 commit comments