You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlexView should import tcomb from tcomb-react as it's using some of it's features (t.ReactChildren exists only in tcomb-react).
If tcomb is not patched in the final project the app crashes with this error in console:
how to reproduce
{optional: describe steps to reproduce bug}
specs
import t from tcomb-react
misc
{optional: other useful info}
The text was updated successfully, but these errors were encountered:
description
FlexView
should importtcomb
fromtcomb-react
as it's using some of it's features (t.ReactChildren
exists only intcomb-react
).If
tcomb
is not patched in the final project the app crashes with this error in console:how to reproduce
specs
import
t
fromtcomb-react
misc
{optional: other useful info}
The text was updated successfully, but these errors were encountered: