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
Change plugins to expect a default exported object (or function if there's anything we think should be available at runtime to the config) containing things like component, supportedTypes, etc. Add TS types for the different plugin config types
The text was updated successfully, but these errors were encountered:
mattrunyon
changed the title
Change plugins to expect a default exported object (or function if there's anything we think should be available at runtime to the config) containing things like component, supportedTypes, etc. Add TS types for the different plugin config types
Normalize and centralize plugin types and configs
Aug 21, 2023
Fixes#1454. Needs #1451
Still some cleanup that could be done around `DashboardPlugin`. I think
instead of static metadata on the component (`displayName` is ok since
it's part of React) those items should probably be part of the config
object.
Change plugins to expect a default exported object (or function if there's anything we think should be available at runtime to the config) containing things like
component
,supportedTypes
, etc. Add TS types for the different plugin config typesThe text was updated successfully, but these errors were encountered: