Tommy Holm Barnbæk

Results 19 comments of Tommy Holm Barnbæk

I'm having some issues with regards to bundle size and formik-antd version 1.5.1. The formik-antd bundle parse size is rather large: * antd: 29.2 KB * formik: 25.33 KB *...

I'm in the same boat. It would be really great to have this fixed - it's a great library for us using both antd and formik.

I found another problem with my code sample above. When doing a production build, no antd-related styles are included, only during development using the webpack-dev-server. Any ideas?

@edongashi I finally got to test this. sorry for the late reply. Thank you very much for solving this issue. However, I'm now unable to modify theme variables. Neither of...

Same result unfortunately. ``` "sideEffects": [ "es/**/style/*", "lib/**/style/*", "*.less" ], ``` Thank you very much for taking time looking into this.

@jannikbuschke tried different values here, and it doesn't seem to make a difference.

Call of the search. Deleting node_modules and reinstalling the packages did the trick. Everything is good now - sorry about that.

I don't think so. It's pretty straight forward after @edongashi's fix.

This would be really useful. Any chance this will be implemented?

I have made some verification, and it turns out that the grouping is a combination of TestSuite name and package, and TestCase name from what I can see. So some...