Minh
Minh
I think you can possibly just pass it by passing down to route components as props Here I define the data I want to pass inside the component  And...
this will warn for now, but you are right that `router` is deprecated so it is not worth updating it for now
You might have resolved it by now, but I fixed similar error in `fastbook` by converting fastai tensors to standard PyTorch tensors: ``` x= x.as_subclass(torch.Tensor) y = y.as_subclass(torch.Tensor) ```
I have faced the same issue as Wenape, could not run the app on my android device. Only after what I have followed above, reluctantly i remove the famousContext and...
@bkniffler sounds good :) i just put them on the list!
@bkniffler delivered `ListItem` https://wetrustplatform.github.io/paramount/#/src-components-list-item-list-item