Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R component generator inserts doubled \dots into function formals #1261

Closed
rpkyle opened this issue May 21, 2020 · 1 comment
Closed

R component generator inserts doubled \dots into function formals #1261

rpkyle opened this issue May 21, 2020 · 1 comment
Assignees
Labels
bug something broken

Comments

@rpkyle
Copy link
Contributor

rpkyle commented 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.

@rpkyle rpkyle added the bug something broken label May 21, 2020
@rpkyle rpkyle self-assigned this May 21, 2020
@rpkyle
Copy link
Contributor Author

rpkyle commented May 27, 2020

Resolved within 0510ed6 of #1238. Closing.

@rpkyle rpkyle closed this as completed May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

1 participant