-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove inline function from props to reduce rerenders. * move top-toolbar into it's own component instead of defining inline for performance gains. * fix types. * memoize renderTopToolbar for better performance. * fix types for build step. * fix typescript issues and remove redundant proptype validation. * fix typescript error regarding typing of function. * fix function signature. * fix return type of renderTopToolbar function. * add comment about disabling prop-types. * remove redundant eslint rule. * add missing dependencies to useCallBack. * fix typescript null error. * capitalize gv.
- Loading branch information
Showing
4 changed files
with
218 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.