Sergejs Rizovs

Results 16 comments of Sergejs Rizovs

Formik has no idea about your dom, so when you hide field from your dom your also have to manually remove the field value from values object (using setValues or...

formik is using new Provider/Consumer from react 16.3, while this library still relies on old context api. @jaredpalmer are you planning on updating this?

It doesn't work when you install gulp-hub directly, but it does work with this version: "gulp-hub": "frankwallis/gulp-hub#d461b9c700df9010d0a8694e4af1fb96d9f38bf4" I have no idea why, but it fixed the problem for me.

@KJTsanaktsidis, you literally saved me hours of debugging, thanks. Until you manage to make a PR please dont delete your fork :) It's currently listed in my project dependencies.

You could try experimenting with [skipLibCheck](https://www.typescriptlang.org/tsconfig#skipLibCheck) tsc option. I've not tried it myself though.

We are using both APIs in parallel, so we ended up with the following: ``` path.join( fileName.startsWith('./') ? srcDir : '', fileName, '../__image_snapshots__', ); ``` @shilman what do you think,...

In the workaround above the `srcDir` variable is specific to our project. I'm not sure I understand how this could be solved on the library level.

now.sh is kinda unrealiable, I guess i should deploy this to netlify.

Well, I completely disabled UAC, but it still didn't help. Strange.

Running as admin unfortunately didn't help. I did implement your quick launch solution, but i don't understand how to use it. It seems quite random. I just want to be...