Clément Pasquier
Clément Pasquier
I also faced this bug and this issue helped me, thanks =) So my solution was to monkeypatch the `addTable` method to avoid these bugs (without having to modify each...
Ok, it only happens when the root element is minified. This works: ``` he ``` Defined in one line, it removes the style attribute: ``` he ```
Got it! The problem is resolved when AttrsModule is loaded before StyleModule: [](https://codesandbox.io/s/infallible-pascal-do0er?fontsize=14)
It was not a good idea to reverse parameters of that function IMO =( because : 1. It's way more easier to read `propEq('hair', 'brown')` than `propEq('brown', 'hair')` 2. a...
I've spent hours to understand why the example didn't work when changing auth route path to be prefixed with `/auth`, I think it would be a good thing to just...
I agree it's a pain in the ass to have to find an alternative to make the tutorial working with a locally installed postgres database ...