mtnori / next-ts-example

Next.js, Formik, Redux, Material UI v4 and TypeScript sandbox
0 stars 0 forks source link

元のvalueをOmitすると型システムが壊れる #1

Closed mtnori closed 5 years ago

mtnori commented 5 years ago

TextFieldのvalueをOmitすると型システムが壊れる。 string | numberなどが入った時点でチェックするので、Dateを渡してもダメなため。 FieldPropsなら同じ型だから壊れない模様。

mtnori commented 5 years ago

HoCにする意味はあんまりないので、通常のラッパーにする