Skip to content

Commit

Permalink
Fix TS build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochmar Nicolas (DevExpress) committed Jul 23, 2024
1 parent 9534195 commit de7cb13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const activateStrategy = function () {
if (activated) {
return;
}

// @ts-expect-error
observer = new Observer(eventMap, () => true);

activated = true;
Expand Down

0 comments on commit de7cb13

Please sign in to comment.