Skip to content

Unused Argument (reportTheme=TRUE) with PlotlyOutput #390

@apalacio9502

Description

@apalacio9502

I updated htmlwidgets to the last version in CRAN and I got the next error when I run my shiny app:

'' Error in (function (outputId, name, width, height, package = name, inline = FALSE,: unused argument (reportTheme = TRUE) ''

I traced the error and I found that the issue has relation with plotly:

2. 3.
do.call (htmlwidgets :: shinyWidgetOutput, args)
22.
plotlyOutput ("MOD_GE_SUB_ADM_C1_plot_1")

I have the last version of plotly (4.92), shiny (1.5) and htmwidgets (1.5.2) avalible in CRAN. My R version is 4.0.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions