leptos/leptos_reactive
Mark Catley bc316c648c
feat: add expect_context function (#864)
Most of the time when using use_context it would be a bug if the context
wasn't present and appropriate to panic. This is a convenience function
that has that behavior.
2023-04-17 10:47:50 -04:00
..
benches feat: make __Props imports unnecessary (closes #746) (#828) 2023-04-07 15:06:10 -04:00
src feat: add expect_context function (#864) 2023-04-17 10:47:50 -04:00
tests feat: add Scope::batch() (#711) 2023-03-20 08:29:18 -04:00
Cargo.toml tests: update benchmarks (#827) 2023-04-07 13:04:26 -04:00