Vilva.
Vilva.
Im experiencing a weird behaviors on Mac OS Sierra 10.12.3 Using simple code like this: ```python m.move(245,591) m.click(245,591,1) m.move(82,773) ``` Works fine (although click wont work unless I move the...
I've seen the way routes are tested and I find it useful. Testing if the route is created correctly, and that the component renders correctly. But I'm wondering how I...
It would be cool to be able to show progress with a custom children. For example including an icon + text, only icon, an image etc... maybe use render props...