Khalid Alharisi
Khalid Alharisi
Any thoughts ?
It was expecting object because you did `GET("marvel") LiveData getHeroesLiveDataList();` Instead, try `GET("marvel") LiveData getHeroesLiveDataList();` `List` is an object, while `List` is an array Assuming `Hero` is your model class.
It's PHPUnit 6.0.13 And I have the source code of PHPUnit (downloaded from Github master repo) in my workspace. Actually, if I don't have it in the workspace, the second...
In my case changing the export type of the components from default export to named export fixed it. @olee
I believe even if PR #151 gets merged, the default intensity should be increased. What do you think @lodev09 ?