Skip to content

Commit 90ce3e2

Browse files
committed
[grid] Completing move to functional components
React is moving to use hooks, which do not work in classes. While we do not use a lot of hooks, most examples and docs online are created with functional components, so moving to those will make future changes easier.
1 parent 575b878 commit 90ce3e2

20 files changed

Lines changed: 624 additions & 1610 deletions

File tree

javascript/grid-ui/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ _RUNTIME_DEPS = [
1212
"@npm//@emotion/styled",
1313
"@npm//@mui/icons-material",
1414
"@npm//@mui/material",
15-
"@npm//@mui/styles",
1615
"@npm//@novnc/novnc",
17-
"@npm//clsx",
1816
"@npm//graphql",
1917
"@npm//graphql.macro",
2018
"@npm//pretty-ms",

javascript/grid-ui/package-lock.json

Lines changed: 0 additions & 297 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)