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.
1 parent 68d0632 commit b4e869fCopy full SHA for b4e869f
lib/src/api/mixins.dart
@@ -185,7 +185,7 @@ mixin ReactionMixin {
185
186
/// Sets the reactions on a node.
187
void setReactionMixin(List<Reaction>? reactions) {
188
- this.reactions = reactions ?? [];
+ this.reactions = [...reactions ?? []];
189
}
190
191
/// Default value for all nodes that don't override this.
0 commit comments