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
might also even occur without default exports sometimes
user reported
"import { FeatureRendererType } from "@jbrowse/core/pluggableElementTypes/renderers""
But I kept getting:
"TypeError: CoreRender requires a renderer that is a subclass of ServerSideRendererType"
And putting this instead fixed it, similar to the other case:
"import { FeatureRendererType } from '@jbrowse/core/pluggableElementTypes'"
I've got rectangles for genes now! Once the imports and everything are in place the drawing isn't too bad, I'll work on it a bit tomorrow.
the output of the console.log shows that the "default export" is on FeatureRendererType.default
The text was updated successfully, but these errors were encountered: