Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Oct 4, 2023
1 parent 34e7ba8 commit 59509da
Show file tree
Hide file tree
Showing 3 changed files with 27,088 additions and 468 deletions.
26,660 changes: 26,658 additions & 2 deletions inst/htmlwidgets/JBrowseR.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions srcjs/components/JsonView.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useState } from 'react'
import { useEffect } from 'react'
import {
createViewState,
JBrowseLinearGenomeView,
Expand All @@ -18,8 +18,8 @@ export default function View(props) {
} = configObject
const location = props.location

const [viewState, setViewState] = useState()
useEffect(() => {
const [viewState, setViewState] = React.useState()
React.useEffect(() => {
// eslint-disable-next-line @typescript-eslint/no-floating-promises
;(async () => {
try {
Expand Down
Loading

0 comments on commit 59509da

Please sign in to comment.