Stephan Schubert
Stephan Schubert
**Is this a feature request or a bug report?** Bug report **What is the current behavior?** `stylelint` with config `stylelint-config-lost` complains about: ``` 29 25 error funct… Expected single space...
`useEffect` is run twice when the component gets mounted again (happened in my Next.js app with MDX) so I added the ref as dependency.
**EDIT:** I'm using `[email protected]` for babel 6. It's fine using `node v8.1.4`: ``` assert.ok(three * (seven * ten) === three) | | | | | | | | | |...
When `less-mixins` is used: ``` "order/order": [ "custom-properties", "dollar-variables", "at-variables", "declarations", "rules", "at-rules", "less-mixins", ], "order/properties-alphabetical-order": true, ``` Result: ``` postcss-sorting: order: Every item in the array must be an...
## 🐛 Bug report ### Current Behavior I took your Next.js example and tweaked it a little bit: ``` import { useAsync } from "react-use"; import { FormiumForm, defaultComponents }...
Or release a `.workflow` file so users just need to download and double-click it?
[There's a ponyfill](https://github.com/stipsan/scroll-into-view-if-needed#ponyfill-smooth-scrolling) to support browsers which don't natively support it.
I have `flycheck-vale` set up and also `proselint` for Markdown files but only the `vale` errors are showing now. Easy to test with: ``` more or less ... ``` with...