rusackas commented on issue #22641: URL: https://github.com/apache/superset/issues/22641#issuecomment-1375896774
Do you know what `Go.default` actually _is_? I don't see it anywhere in the codebase, so I suspect it's part of your custom plugin. It looks like you might be calling `new` on that, and whatever data type it is doesn't support that. Here's some [generic info](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Not_a_constructor) on the error type you're encountering. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
