Skip to content

Commit

Permalink
fix: code;
Browse files Browse the repository at this point in the history
  • Loading branch information
denisx committed Dec 3, 2024
1 parent e0c95bf commit e4acec6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Trap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable no-mixed-operators */

import React from 'react';
import PropTypes from 'prop-types';
import withSideEffect from 'react-clientside-effect';
Expand Down
2 changes: 1 addition & 1 deletion src/nano-events.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @fileoverview this is a copy of https://github.com/ai/nanoevents
a temp measure to avoid breaking changes in node/compilation
* as a temp measure to avoid breaking changes in node/compilation
*/

export const createNanoEvents = () => ({
Expand Down

0 comments on commit e4acec6

Please sign in to comment.