Closed
Description
openedon May 21, 2020
The R component generator appears to be inserting an additional set of ...
(used for user-defined wildcards, in the same sense as html-*
and aria-*
) into generated function formals:
htmlA <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, download=NULL, href=NULL, hrefLang=NULL, media=NULL, rel=NULL, shape=NULL, target=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, loading_state=NULL, ..., ...)
This is unintentional and should be corrected in a patch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment