buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

Don't use `t` from tcomb-react #1048

Closed gabro closed 7 years ago

gabro commented 7 years ago

description

We should be using t from tcomb directly as it has a type definition file for TS.

FrancescoCioria commented 7 years ago

Wait, I remember we were using tcomb and then switched to tcomb-react for a good reason. Let me check

FrancescoCioria commented 7 years ago

The issue was that, by defining tcomb in our libs (like brc) we could have ended with multiple versions of tcomb in our final project. Maybe it's no longer an issue, I don't know