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
The goal is to simplify the teal::init() function, which currently has too many arguments (e.g., header, footer, etc.). We aim to redesign the function to make it simpler while still allowing certain features or content to be added as needed.
Currently, we're aiming the init function to only have 4 arguments:
Summary
The goal is to simplify the
teal::init()
function, which currently has too many arguments (e.g., header, footer, etc.). We aim to redesign the function to make it simpler while still allowing certain features or content to be added as needed.Currently, we're aiming the
init
function to only have 4 arguments:data
modules
,filters
,reporter
.Tasks
modules
argument teal#1310id
argument ininit()
teal#1438The text was updated successfully, but these errors were encountered: