Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

refactor: remove `@output` decorator from the app since it's no longer needed #88

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

In this pull request, all the @output decorators have been removed since they are no longer needed in shiny version >= 0.6.0, as mentioned here.

Note: I just realized this change since I was following the example on their site, which hasn't been updated yet when I started using shiny.

closes #87