Results 203 comments of Andreas

I think it could be an IDE problem, I use PHPStorm (newest version) and get these weird tmp files for my js files. Yes `.js`not `.scss`... It's horrible it creates...

I created an issue at the scss-lint inteliJ plugin https://github.com/idok/scss-lint-plugin/issues/45

I once ammended my release commit and caused the release tag to be distached - that broke subsequent releases. Reassigning the tag to the correct commit fixed that mistake.

@JBaczuk It's my CSS file, nothing form `node_modules`. Anyway I think it should not bother about where the CSS is coming from. My Solution was to ditch this tool :(

same issue here @erikras Any plan to fix this?

@danielrob I can elaborate at least my specific case. We implement a [Wizard](https://en.wikipedia.org/wiki/Wizard_(software)) leading the user through subsequent parts of a process. Roughly the following happens: 1. fetch next process's...

Same problem here. @erikras could you clarify? I can't mutate [`errors` at `formState`](https://final-form.org/docs/final-form/types/FormState#errors) level nor [`error` at `fieldState`](https://final-form.org/docs/final-form/types/FieldState#error) level. Though values are changing, the form isn't updating accordingly. `MutableState.formState.errors`: ```js...

Alright, I found a **workaround**, which updates the `` visually and internal state for errors. @erikras would you consider this good or bad practice? 1. A [Mutator](https://final-form.org/docs/final-form/types/Mutator) which sets an...

I found a workaround to set errors involving a custom mutator and a custom validator. https://github.com/final-form/final-form/issues/178#issuecomment-591286585

This tool is really great, it clearly shows what is needed. Wish this wouldn't be abandoned. Actually I still use it even with Webpack 4.