Skip to content

Make event_data warning suppressable? #2278

Open
@yogat3ch

Description

@yogat3ch

Hi plotly devs,

The current implementation for event_data makes it such that the warning will display in nearly all instances where UI is rendered dynamically (such as in a shiny app). The warning is attached as a callback to the onFlush event which prevents it from being suppressed with suppressWarnings.

Can either:

  • A vignette be provided for how to implement event_data with dynamically rendered UI in a modular shiny app without triggering the warning? -OR-
  • An argument be provided to event_data to suppress the warning?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions