Skip to content

Commit

Permalink
refacotr: remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefGui committed Nov 28, 2022
1 parent 4dcb3c0 commit aab4b40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/grid/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export function useGrid(input: IInput) {
const computedRowCells = useRef<IComputedCell[][]>([])
const mountedRowsIndices = useRef<Index[]>([])

// To keep track of the re-render checksum.
const [, setChecksum] = useState(-9999999999)

/**
Expand Down

1 comment on commit aab4b40

@vercel
Copy link

@vercel vercel bot commented on aab4b40 Nov 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

virtualform – ./

virtualform-chiefgui.vercel.app
virtualform.vercel.app
virtualform-git-main-chiefgui.vercel.app

Please sign in to comment.