Minh

Results 6 comments of 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 ![image](https://cloud.githubusercontent.com/assets/9356633/20795231/fca9068a-b80a-11e6-856a-18b87d3e9b97.png) 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