Open
Description
-
Near
py-shiny/shiny/reactive/_reactives.py
Lines 254 to 257 in 21c2d30
fn
to verify that it has not arguments. (O(1) when running the app) -
Near
py-shiny/shiny/render/renderer/_renderer.py
Lines 164 to 165 in 21c2d30
fn
to verify that it has no arguments. (O(1) when running the app)
Motivation: Provide clear errors to users who do not enable type checking of their common mistake.