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
id argument is not needed anymore since introduction of ui/srv_teal in #669. Instead of id in teal::init one can call modules directly instead of indirectly set id.
- deprecate id in init #1438
- fixing (wrong) id documentation in inherited docs. Please notice that
methods were inheriting `id` documentation from init. It means that all
modules had a wrong description.
Summary
We need to evaluate whether the
id
argument is still necessary given recent improvements to make teal a modular framework:As noted in the documentation, the
id
argument is currently a legacy feature:teal/R/init.R
Lines 31 to 33 in 997da60
Acceptance Criteria
id
argument should be retained or removed.The text was updated successfully, but these errors were encountered: