The event_data function does not work correctly with cache
未关闭
还没有人认领这个 Issue。
- 主要语言
- R
- 星标
- 2.7k
- 派生
- 641
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hello,
Currently the event_data function only checks the session$userData$plotlyShinyEventIDs list if the event exists. This means that a plot that has been rendered from the cache is not included in the list.
Reviewing the code, I think it should also be verified in the names of the session$userData$plotlyInputStore reactive list. With the objective that quite uncomfortable warnings do not appear when executing an application with cache.
Greeting
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 event_data 函数开始,检查它如何检查 session$userData$plotlyShinyEventIDs 和 reactive 列表 session$userData$plotlyInputStore。使用缓存的图表重现该行为,然后验证缓存的事件在没有报告的警告的情况下得到处理。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- r
- 领域
- data-visualization
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100