Closed vrischmann closed 3 years ago
Thanks for the report! The assumption that data
is non-null is incorrect, and should check the optional instead and return .none
when data is null. Feel free to submit a PR, if not I can too when I get to it.
Hi,
I think there's a bug with
any
when requesting/
.Taking the router example and replacing this line with
router.any
instead I would expect the code to still work, but instead it panics:as far as I understand the problem is that:
/
with no data/