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 5b33ce2 commit 3425a64Copy full SHA for 3425a64
src/repeat.js
@@ -23,6 +23,7 @@ export const isRepeated = (value, previousEvents) => {
23
return true
24
}
25
26
+ // eslint-disable-next-line fp/no-mutating-methods
27
previousEvents.push(previousEvent)
28
return false
29
0 commit comments