You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: 'jsx' is not exported by node_modules/react/jsx-runtime.js, imported by node_modules/react-msaview/dist/components/ImportForm.js
at /home/cdiesh/src/jbrowse-plugin-msaview/node_modules/react-msaview/dist/components/ImportForm.js:12:9
The text was updated successfully, but these errors were encountered:
I had a tsconfig in react-msaview that said
https://www.typescriptlang.org/docs/handbook/jsx.html
jsx:"react-jsx"
This outputted code using the "new jsx transform" from react
https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
changing to jsx:"react"
worked
The error message from when it wasn't working is
The text was updated successfully, but these errors were encountered: