We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b214df6 commit f11d3d6Copy full SHA for f11d3d6
lib/src/ui/codelessly_context.dart
@@ -224,5 +224,5 @@ class CodelesslyContext with ChangeNotifier, EquatableMixin {
224
}
225
226
@override
227
- List<Object?> get props => [layoutID, data, functions];
+ List<Object?> get props => [layoutID, data, functions, variables, conditions];
228
0 commit comments