Martijn Saly
Martijn Saly
Close this issue all you want, but I don't think this issue is fixed. I'm no longer on the project that this was about, so I personally don't care if...
Sorry, no there's no custom `tsdx.config.js`. Only a `.babelrc` that literally only contains the plugin I mentioned: ``` { "plugins": [ "babel-plugin-styled-components" ] } ``` I've even tried messing up...
@agilgur5 > unless they are merged with the defaults How can I try that? I'd like to add it sooner to diagnose if load order is causing the issue. As...
Sorry, I must have misinterpreted indeed. I'll try the macro solution.
Sorry I haven't come around to it yet. It's not super important, so we haven't given this much priority. Glad to see you're making progress regardless 😎
Here's my 3 cents: Example 1: Incorrectly marked as incorrect, but correct for the config I gave it (all defaults for the `indent` rule): ```typescript const fn = (): string[]...
Why is every comment being marked as off-topic? As far as I can tell, they are very much on-topic...
1. The form is initialized "far away" from the component in it. Your simple example cannot apply in complex scenarios. Maybe most people do make simple forms, but we don't....
I wouldn't call this an `enhancement`. This is a bug. We cannot present fields like this to users and keep a straight face. Ergo, `normalize` is completely unusable until this...
Sad to see that this is still neccesary in 2022 😠 I mean, great work @jedwards1211 but Redux-Form should have implemented this years ago. Normalize firing on change completely breaks...