Ajay Bhatia
Results
2
comments of
Ajay Bhatia
The solution is: ``` // 'id' field UserTC.addFields({ id: "MongoID", }); // remove 'id' field UserTC.removeField("_id"); ```
Facing same issue. On mobile screens main container goes out of screen and break the whole screen's responsiveness.