Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
IpShot committed Jul 11, 2020
1 parent 9f15544 commit e236ed5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flexReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { useState, useRef, useEffect } from 'react';
import { unstable_batchedUpdates as batch } from './utils/batch';
import shallowEqual from './utils/shallowEqual';

const isClient = typeof window !== 'undefined';
let counter = 1;
const genKey = () => counter++;
let cache = {};
Expand Down

0 comments on commit e236ed5

Please sign in to comment.