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
Other buttons that interact with a model take the model as a descriptively named prop. I.e. ColChooserButtonProps and ColAutosizeButtonProps have gridModel. DashCanvasAddViewButtonProps has dashCanvasModel. etc.
Consider refactoring RefreshButtonProps to take target instead of model. Note that when a model (soon to be target) prop is not provided, RefreshButton defaults to using the nearest RefreshContextModel as its target.
The text was updated successfully, but these errors were encountered:
Other buttons that interact with a model take the model as a descriptively named prop. I.e.
ColChooserButtonProps
andColAutosizeButtonProps
havegridModel
.DashCanvasAddViewButtonProps
hasdashCanvasModel
. etc.Consider refactoring
RefreshButtonProps
to taketarget
instead ofmodel
. Note that when amodel
(soon to betarget
) prop is not provided,RefreshButton
defaults to using the nearestRefreshContextModel
as its target.The text was updated successfully, but these errors were encountered: