GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
208 stars 62 forks source link

Fix config editor crash in vite usage of embedded components in dev mode #4476

Closed cmdcolin closed 4 months ago

cmdcolin commented 4 months ago

Fixes https://github.com/GMOD/jbrowse-react-app-vite-demo/issues/1

cmdcolin commented 4 months ago

the reason for this is a little unclear but @jbrowse/core is a little bit of a weird package. in the past, vite had trouble with the lazy import of the about dialog

this PR may lead to a smaller bundle size but probably not bad