Skip to content

Commit 27fbc2e

Browse files
authored
[grid-ui] Fix bazel build (SeleniumHQ#15014)
1 parent 4ddb16c commit 27fbc2e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

javascript/grid-ui/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ esbuild(
7979
"os",
8080
"path",
8181
"util",
82-
"@novnc/novnc/core/rfb",
8382
],
8483
format = "iife",
8584
minify = True,

javascript/grid-ui/src/components/LiveView/LiveView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// under the License.
1717

1818
import React, { useEffect, useState, useImperativeHandle, forwardRef } from 'react'
19-
import RFB from '@novnc/novnc/core/rfb'
19+
import RFB from '@novnc/novnc/lib/rfb'
2020
import PasswordDialog from './PasswordDialog'
2121
import MuiAlert, { AlertProps } from '@mui/material/Alert'
2222
import Snackbar from '@mui/material/Snackbar'

0 commit comments

Comments
 (0)