Skip to content

Commit

Permalink
perf(table): improve perf of the main table
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoterrinoni committed Oct 25, 2018
1 parent 8459540 commit 8b6333b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import Head from './head'

import './style.scss'

export class VTable<T> extends React.Component<VTableProps<T>, VTableState<T>>{
export class VTable<T> extends React.PureComponent<VTableProps<T>, VTableState<T>>{

wrapper
constructor(p:VTableProps<T>){
Expand Down

0 comments on commit 8b6333b

Please sign in to comment.