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 a69d0d9 commit 86a195bCopy full SHA for 86a195b
src/decorators/bodyMode.js
@@ -58,9 +58,8 @@ export default function (target) {
58
}
59
60
target.prototype.bindBodyListener = function (targetArray) {
61
- const { id } = this.props
62
- const { event, eventOff, possibleCustomEvents,
63
- possibleCustomEventsOff } = this.state
+ const {event, eventOff, possibleCustomEvents,
+ possibleCustomEventsOff} = this.state
64
const body = getBody()
65
66
const customEvents = findCustomEvents(targetArray, 'data-event')
0 commit comments