File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
jbrowse/src/client/JBrowse Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ function View(){
5151 return (
5252 //TODO: can we make this expand to full page height?
5353 < div style = { { height : "100%" } } >
54+ { /* @ts -ignore -- FIXME: Build is resolving the wrong @types/react */ }
5455 < ErrorBoundary >
5556 < ThemeProvider theme = { theme } >
5657 < JBrowseLinearGenomeView viewState = { state as ViewModel } />
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ function VariantTable() {
8989 return (
9090 < ThemeProvider theme = { theme } >
9191 < div style = { { height : "80vh" , display :"block" } } >
92+ { /* @ts -ignore -- FIXME: Build is resolving the wrong @types/react */ }
9293 < ErrorBoundary >
9394 < VariantTableWidget assembly = { assembly } trackId = { trackId } parsedLocString = { parsedLocString } sessionId = { sessionId } session = { session } pluginManager = { pluginManager } />
9495 </ ErrorBoundary >
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ function VariantTable() {
8888 return (
8989 < ThemeProvider theme = { theme } >
9090 < div style = { { height : "80vh" , display :"block" } } >
91+ { /* @ts -ignore -- FIXME: Build is resolving the wrong @types/react */ }
9192 < ErrorBoundary >
9293 < JBrowseFilterPanel session = { state . session } />
9394 < VariantTableWidget assembly = { assembly } assemblyName = { assemblyName } trackId = { trackId } locString = { locString }
You can’t perform that action at this time.
0 commit comments