-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WidgetPlugin type should be generic #1759
Comments
What type errors are you getting and what are you proposing should be generic? The only thing I could maybe see is |
@mofojed and I actually discussed this last week. See the attached PR for what we came up with. |
Made `PluginType` generic. This fixes a breaking change that impacts `PlotlyExpressChartPanel` and `PlotlyExpressChart` in the plugins repo so that our next version bump will be cleaner. fixes #1759
I missed making `WidgetPanelProps` generic in the last PR which is needed to version bump plotly express. resolves #1759
Upgrading the plugins repo to the latest DHC release
0.60.0
introduces type errors in some panels when instantiatingPlotlyExpressChartModel
. This can be fixed by making theWidgetPlugin
type generic for the type of widget it applies to.The text was updated successfully, but these errors were encountered: