Ivan Miatselski
Results
3
comments of
Ivan Miatselski
Have the same problem, my build is failed because of old version of `fork-ts-checker-webpack-plugin`. After forcing use the latest version (4.1.3) everything compiles successfully. Before I tried to play with...
@Relaxe111 how did you fixed the version to 4.1.3?
Should be something like: ``` .has-error .ant-select-selector { border-color: #ff4d4f !important; } .has-error .ant-select-selector:hover { border-color: #ff4d4f !important; } ```