Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Oct 5, 2023
1 parent 34e7ba8 commit 5499e88
Show file tree
Hide file tree
Showing 3 changed files with 430 additions and 468 deletions.
2 changes: 0 additions & 2 deletions inst/htmlwidgets/JBrowseR.js

This file was deleted.

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 5499e88

Please sign in to comment.