filipkowal

Results 2 issues of filipkowal

The example for using Apollo with next-page-tester uses some older version of the librarie's API: https://github.com/toomuchdesign/next-page-tester/blob/master/examples/03-apollo-client.md Back then, you could declare a wrapper in an object. Now, when there is...

In the date input there is such structure: `div > input.form-control` It breaks bootstrap form's styling, because `.form-control` should be a direct child of `form-group`. The correct structure would then...