Questions tagged [cascadingparameter]

1 questions
4
votes
1 answer

What are the limitations of Blazor CascadingValue? Complex objects are not being passed

I have an IClipboardService I was injecting into components, but as there is only ever one, I decided to try using a CascadingValue instead. I recreated all this in a minimal test case. Just add these changes to a basic WebAssembly Blazor app: I…
iCollect.it Ltd
  • 92,391
  • 25
  • 181
  • 202