Denis Paluca
Denis Paluca
**Problem** I am trying to develop a common base class for the browser storage from which I will have inherit my own local and session storage services. The blazored service...
Currently you cannot use the property `onClick` for `ShinyButton`. Since the rest of the props (`...props`) are passed to `motion.button`, I extended `ShinyButtonProps` with `HTMLMotionProps`.
When a Grain has JsonNode parameter, calling it with a JsonValue creates the following exception: System.InvalidCastException: Unable to cast object of type 'System.Text.Json.Nodes.JsonValueOfElement' to type 'System.Text.Json.Nodes.JsonValuePrimitive`1[System.Int32]'. Grain Example: ```c# public...