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
Cleanup presentation functions to use Parameters object (p) instead of the bucket-o-parameters lists that will be difficult to maintain.
Add type annotation to the functions, so that editors/linters/ide notice discrepancies between the Parameters class definition and the properties used in each renderer.